zig/std/math
Andrew Kelley 5a919dd82d Merge remote-tracking branch 'origin/master' into self-hosted-libc-hello-world 2018-07-23 14:32:13 -04:00
..
big Merge remote-tracking branch 'origin/master' into self-hosted-libc-hello-world 2018-07-23 14:32:13 -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 add std.math f16 copysign support 2018-06-30 01:58:17 +02: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 all integer sizes are available as primitives 2018-07-16 10:53:15 -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 add std.math f16 fabs support 2018-06-30 01:58:17 +02:00
floor.zig add std.math f16 floor support 2018-06-30 01:58:17 +02: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 all integer sizes are available as primitives 2018-07-16 10:53:15 -04:00
inf.zig add std.math f16 inf support 2018-06-30 01:58:17 +02:00
isfinite.zig add std.math f16 isfinite support 2018-06-30 01:58:17 +02:00
isinf.zig add std.math f16 inf support 2018-06-30 01:58:17 +02:00
isnan.zig add std.math f16 nan support 2018-06-30 01:58:17 +02:00
isnormal.zig add std.math f16 isnormal support 2018-06-30 01:58:17 +02: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 add std.math f16 nan support 2018-06-30 01:58:17 +02: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 add std.math f16 signbit support 2018-06-30 01:58:17 +02: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 test std.math f16 sqrt support 2018-06-30 01:58:17 +02: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