@exp()

This is an exponent function. It takes two arguments (we'll call them A 
and B), and returns the value of A raised to the B power. For example, 
@exp("10", "6") will return "1000000".