zig/std/math
Andrew Kelley 275b4100c0
remove unnecessary setFloatMode calls
Now that Strict is the default, these calls only add noise.
2018-09-18 15:15:03 -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 `this`. add `@This()`. 2018-09-13 16:34:33 -04:00
acos.zig remove integer and float casting syntax 2018-06-17 02:57:07 -04:00
acosh.zig remove unnecessary setFloatMode calls 2018-09-18 15:15:03 -04:00
asin.zig remove integer and float casting syntax 2018-06-17 02:57:07 -04:00
asinh.zig
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 Default to strict IEEE floating point 2018-08-23 22:54:46 +12:00
copysign.zig add std.math f16 copysign support 2018-06-30 01:58:17 +02:00
cos.zig Default to strict IEEE floating point 2018-08-23 22:54:46 +12:00
cosh.zig remove integer and float casting syntax 2018-06-17 02:57:07 -04:00
exp.zig Default to strict IEEE floating point 2018-08-23 22:54:46 +12:00
exp2.zig Default to strict IEEE floating point 2018-08-23 22:54:46 +12:00
expm1.zig Default to strict IEEE floating point 2018-08-23 22:54:46 +12:00
expo2.zig
fabs.zig add std.math f16 fabs support 2018-06-30 01:58:17 +02:00
floor.zig Default to strict IEEE floating point 2018-08-23 22:54:46 +12: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 Merge remote-tracking branch 'origin/master' into llvm7 2018-07-02 20:00:13 -04:00
isnormal.zig add std.math f16 isnormal support 2018-06-30 01:58:17 +02:00
ln.zig Default to strict IEEE floating point 2018-08-23 22:54:46 +12:00
log.zig remove integer and float casting syntax 2018-06-17 02:57:07 -04:00
log1p.zig remove unnecessary setFloatMode calls 2018-09-18 15:15:03 -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 Default to strict IEEE floating point 2018-08-23 22:54:46 +12:00
round.zig Default to strict IEEE floating point 2018-08-23 22:54:46 +12: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 Default to strict IEEE floating point 2018-08-23 22:54:46 +12:00
sinh.zig Default to strict IEEE floating point 2018-08-23 22:54:46 +12:00
sqrt.zig test std.math f16 sqrt support 2018-06-30 01:58:17 +02:00
tan.zig Default to strict IEEE floating point 2018-08-23 22:54:46 +12: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