mirror of https://github.com/flysand7/ciabatta.git
67 lines
438 B
C
67 lines
438 B
C
|
|
#pragma once
|
|
|
|
/*
|
|
these are type generic so they're macrod and use C11's _Generic
|
|
|
|
acos
|
|
asin
|
|
atan
|
|
acosh
|
|
asinh
|
|
atanh
|
|
cos
|
|
sin
|
|
tan
|
|
cosh
|
|
sinh
|
|
tanh
|
|
exp
|
|
log
|
|
pow
|
|
sqrt
|
|
fabs
|
|
atan2
|
|
cbrt
|
|
ceil
|
|
copysign
|
|
erf
|
|
erfc
|
|
exp2
|
|
expm1
|
|
fdim
|
|
floor
|
|
fma
|
|
fmax
|
|
fmin
|
|
fmod
|
|
frexp
|
|
hypot
|
|
ilogb
|
|
ldexp
|
|
lgamma
|
|
llrint
|
|
llround
|
|
log10
|
|
log1p
|
|
log2
|
|
logb
|
|
lrint
|
|
lround
|
|
nearbyint
|
|
nextafter
|
|
nexttoward
|
|
remainder
|
|
remquo
|
|
rint
|
|
round
|
|
scalbn
|
|
scalbln
|
|
tgamma
|
|
trunc
|
|
carg
|
|
cimag
|
|
conj
|
|
cproj
|
|
creal
|
|
*/ |