POWER(x,y)

Description: Returns x raised to the power of y.

Examples:

  • POWER(10,2) returns 100.000000.

  • POWER(2,10) returns 1024.000000.

  • POWER(2,-3) returns 0.125000.

  • POWER(-2,-3) returns -0.125000.

See also: EXP(), LOG(), LOG10()

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.147.126.211