Handbook
Glossary
fasin ( x -- double )
C standard library math functions
Prev:
facos ( x -- double )
Next:
fatan ( x -- double )
Vocabulary
math
.
libm
Inputs
x
a
real
Outputs
double
a
real
Word description
Calls the inverse trigonometric sine function from the C standard library. User code should call
asin
instead.
Definition
USING:
alien.c-types
alien.syntax
;
IN:
math.libm
LIBRARY:
libm
FUNCTION-ALIAS:
fasin
double asin (
double
x )