mirror of
https://github.com/adtools/clib2.git
synced 2025-12-08 14:59:05 +00:00
point arithmetic functions. git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@14960 87f5fb63-7c3d-0410-a384-fd976d0f7a62
52 lines
466 B
Plaintext
Executable File
52 lines
466 B
Plaintext
Executable File
C99 math functions:
|
|
|
|
("float"-versions of existing "double" functions)
|
|
acosf
|
|
asinf
|
|
atan2f
|
|
atanf
|
|
ceilf
|
|
cosf
|
|
expf
|
|
floorf
|
|
fmodf
|
|
frexpf
|
|
hypotf
|
|
log10f
|
|
logbf
|
|
logf
|
|
modff
|
|
powf
|
|
sinf
|
|
sqrtf
|
|
tanf
|
|
|
|
(functions generally missing, plus their "float" counterparts)
|
|
acosh
|
|
asinh
|
|
cbrt
|
|
erfc
|
|
exp2
|
|
expm1
|
|
fdim
|
|
fma
|
|
fmax
|
|
fmin
|
|
ilogb
|
|
lgamma
|
|
log1p
|
|
log2
|
|
lrint
|
|
lround
|
|
nearbyint
|
|
nexttoward
|
|
remainder
|
|
remquo
|
|
round
|
|
scabln
|
|
scalbn
|
|
sinh
|
|
tanh
|
|
tgamma
|
|
trunc
|