zig/std/math
Marc Tiehuis f50c0c664f Add float repr bit extraction functions 2018-06-21 01:45:12 -04:00
..
big remove bool to int syntax. add @boolToInt 2018-06-18 03:07:16 -04:00
complex remove integer and float casting syntax 2018-06-17 02:57:07 -04:00
acos.zig remove integer and float casting syntax 2018-06-17 02:57:07 -04:00
acosh.zig syntax: functions require return type. remove `->` 2018-01-25 04:10:11 -05:00
asin.zig remove integer and float casting syntax 2018-06-17 02:57:07 -04:00
asinh.zig syntax: functions require return type. remove `->` 2018-01-25 04:10:11 -05:00
atan.zig remove integer and float casting syntax 2018-06-17 02:57:07 -04:00
atan2.zig remove integer and float casting syntax 2018-06-17 02:57:07 -04:00
atanh.zig remove integer and float casting syntax 2018-06-17 02:57:07 -04:00
cbrt.zig remove integer and float casting syntax 2018-06-17 02:57:07 -04:00
ceil.zig remove integer and float casting syntax 2018-06-17 02:57:07 -04:00
copysign.zig syntax: functions require return type. remove `->` 2018-01-25 04:10:11 -05:00
cos.zig remove integer and float casting syntax 2018-06-17 02:57:07 -04:00
cosh.zig remove integer and float casting syntax 2018-06-17 02:57:07 -04:00
exp.zig remove integer and float casting syntax 2018-06-17 02:57:07 -04:00
exp2.zig remove integer and float casting syntax 2018-06-17 02:57:07 -04:00
expm1.zig `@floatToInt` now has safety-checked undefined behavior 2018-06-19 16:06:10 -04:00
expo2.zig syntax: functions require return type. remove `->` 2018-01-25 04:10:11 -05:00
fabs.zig syntax: functions require return type. remove `->` 2018-01-25 04:10:11 -05:00
floor.zig remove integer and float casting syntax 2018-06-17 02:57:07 -04:00
fma.zig remove integer and float casting syntax 2018-06-17 02:57:07 -04:00
frexp.zig remove integer and float casting syntax 2018-06-17 02:57:07 -04:00
hypot.zig remove integer and float casting syntax 2018-06-17 02:57:07 -04:00
ilogb.zig remove integer and float casting syntax 2018-06-17 02:57:07 -04:00
index.zig Add float repr bit extraction functions 2018-06-21 01:45:12 -04:00
inf.zig syntax: functions require return type. remove `->` 2018-01-25 04:10:11 -05:00
isfinite.zig syntax: functions require return type. remove `->` 2018-01-25 04:10:11 -05:00
isinf.zig syntax: functions require return type. remove `->` 2018-01-25 04:10:11 -05:00
isnan.zig syntax: functions require return type. remove `->` 2018-01-25 04:10:11 -05:00
isnormal.zig syntax: functions require return type. remove `->` 2018-01-25 04:10:11 -05:00
ln.zig remove integer and float casting syntax 2018-06-17 02:57:07 -04:00
log.zig remove integer and float casting syntax 2018-06-17 02:57:07 -04:00
log1p.zig remove integer and float casting syntax 2018-06-17 02:57:07 -04:00
log2.zig remove integer and float casting syntax 2018-06-17 02:57:07 -04:00
log10.zig remove integer and float casting syntax 2018-06-17 02:57:07 -04:00
modf.zig remove integer and float casting syntax 2018-06-17 02:57:07 -04:00
nan.zig syntax: functions require return type. remove `->` 2018-01-25 04:10:11 -05:00
pow.zig remove integer and float casting syntax 2018-06-17 02:57:07 -04:00
round.zig partial conversion to post-fix pointer deref using zig fmt 2018-05-10 00:29:49 -04:00
scalbn.zig remove integer and float casting syntax 2018-06-17 02:57:07 -04:00
signbit.zig syntax: functions require return type. remove `->` 2018-01-25 04:10:11 -05:00
sin.zig remove integer and float casting syntax 2018-06-17 02:57:07 -04:00
sinh.zig remove integer and float casting syntax 2018-06-17 02:57:07 -04:00
sqrt.zig remove integer and float casting syntax 2018-06-17 02:57:07 -04:00
tan.zig remove integer and float casting syntax 2018-06-17 02:57:07 -04:00
tanh.zig remove integer and float casting syntax 2018-06-17 02:57:07 -04:00
trunc.zig remove integer and float casting syntax 2018-06-17 02:57:07 -04:00