Next: , Previous: , Up: C library functions   [Index]


asin

asin Function

#include <math.h>

Float new f;

f = asin (0.5);

Note that ctalk does not perform any range checking of the argument.