Description Find the factorial of x Definition float factorial(float x) Library LIB/math_lib.bas Usage On entry: x is the argumant On exit: Return valid result or NaN
Find the factorial of x
float factorial(float x)
LIB/math_lib.bas
On entry: x is the argumant On exit: Return valid result or NaN
x is the argumant
Return valid result or NaN