FASIND |
Top Previous Next |
Syntax FLOAT = FASIND(num as FLOAT) Description Calculates the arcsine of a number. Parameters num - The number to calculate the arcsine. Return value The angle in degrees of the arcsine of num. Remarks Uses FLOAT precision instead of DOUBLE for time critical applications. Example usage PRINT FASIND(FSIND(45.0)) |