FASIN |
Top Previous Next |
Syntax FLOAT = FASIN(num as FLOAT) Description Calculates the arcsine of a number. Parameters num - The number to calculate the arcsine. Return value The angle in radians of the arcsine of num. Remarks Uses FLOAT parameter and return for time critical applications. Example usage PRINT FASIN(.86565) |