Graph Software for Scientists and Engineers

FOWER(x,a,b)

Returns the result of the first argument raised to a fractional power. FPOWER(x,a,b) = x^(a/b).

Both a and b must be integers (whole numbers). This function is primarily useful for finding fractional powers of negative numbers. (The normal exponentiation operator (^) will not work in this case, as internally x^a is calculated as exp(a*ln(x)), and the logarithm of a negative number is undefined.)

The function returns an invalid argument error if b is equal to 0 or if x is less than 0, b is even, and a is odd.

FPOWER(-27,1,3)=-3

See also:

Trigonometric and General Math Functions

$
195.
00
 
RUNS ON
Windows 10,
Windows 8,
Windows 7, 2008,
Vista, XP, NT,
ME, 2003, 2000,
Windows 98, 95
Copyright © 2023-2024 ARA