nulib ~master (2025-12-14T08:31:17.4307625)
Dub
Repo
asinf
nulib
c
math
Computes arc-sine of the given value.
double
fabs
(double value)
float
fabsf
(float value)
int
labs
(int value)
long
llabs
(long value)
Parameters
x
float
The value
Return Value
Type:
float
The arc-sine of
x
.
Meta
Source
See Implementation
nulib
c
math
functions
acos
acosf
acosh
acoshf
asin
asinf
asinh
asinhf
atan
atan2
atan2f
atanf
atanh
atanhf
cbrt
cbrtf
ceil
ceilf
cos
cosf
cosh
coshf
erf
erfc
erfcf
erff
exp
exp2
exp2f
expf
expm1
expm1f
fabs
fabsf
fdim
fdimf
floor
floorf
fma
fmaf
fmod
fmodf
hypot
hypotf
labs
lgamma
lgammaf
llabs
log
log10
log10f
log2
log2f
logf
pow
powf
remainder
remainderf
round
roundf
sin
sinf
sinh
sinhf
sqrt
sqrtf
tan
tanf
tanh
tanhf
tgamma
tgammaf
trunc
truncf
Computes arc-sine of the given value.