zig/std/math
Andrew Kelley 7005ec5efe
Revert "Add math min/max for Float and Value"
This reverts commit 078a0a6999.

On closer inspection, I'm not sure these values for float min/max
make sense. Why is it max instead of true_max? Why isn't it positive
and negative infinity?

Let's discuss further before committing to these changes.
2018-11-29 09:33:47 -05:00
..
big Fixed typos 2018-11-16 14:03:39 -05:00
complex New Zig formal grammar (#1685) 2018-11-13 05:08:37 -08: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 remove @minValue,@maxValue; add std.math.minInt,maxInt 2018-10-26 15:01:51 -04:00
atan.zig New Zig formal grammar (#1685) 2018-11-13 05:08:37 -08:00
atan2.zig remove integer and float casting syntax 2018-06-17 02:57:07 -04:00
atanh.zig remove @minValue,@maxValue; add std.math.minInt,maxInt 2018-10-26 15:01:51 -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 remove @minValue,@maxValue; add std.math.minInt,maxInt 2018-10-26 15:01:51 -04:00
cos.zig Default to strict IEEE floating point 2018-08-23 22:54:46 +12:00
cosh.zig remove @minValue,@maxValue; add std.math.minInt,maxInt 2018-10-26 15:01:51 -04:00
exp.zig New Zig formal grammar (#1685) 2018-11-13 05:08:37 -08:00
exp2.zig New Zig formal grammar (#1685) 2018-11-13 05:08:37 -08:00
expm1.zig Default to strict IEEE floating point 2018-08-23 22:54:46 +12:00
expo2.zig syntax: functions require return type. remove `->` 2018-01-25 04:10:11 -05:00
fabs.zig remove @minValue,@maxValue; add std.math.minInt,maxInt 2018-10-26 15:01:51 -04:00
floor.zig Default to strict IEEE floating point 2018-08-23 22:54:46 +12:00
fma.zig New Zig formal grammar (#1685) 2018-11-13 05:08:37 -08:00
frexp.zig New Zig formal grammar (#1685) 2018-11-13 05:08:37 -08:00
hypot.zig remove @minValue,@maxValue; add std.math.minInt,maxInt 2018-10-26 15:01:51 -04:00
ilogb.zig Fixed typos 2018-11-16 14:03:39 -05:00
index.zig Revert "Add math min/max for Float and Value" 2018-11-29 09:33:47 -05:00
inf.zig add std.math f16 inf support 2018-06-30 01:58:17 +02:00
isfinite.zig remove @minValue,@maxValue; add std.math.minInt,maxInt 2018-10-26 15:01:51 -04:00
isinf.zig remove @minValue,@maxValue; add std.math.minInt,maxInt 2018-10-26 15:01:51 -04:00
isnan.zig remove @minValue,@maxValue; add std.math.minInt,maxInt 2018-10-26 15:01:51 -04:00
isnormal.zig remove @minValue,@maxValue; add std.math.minInt,maxInt 2018-10-26 15:01:51 -04: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 @minValue,@maxValue; add std.math.minInt,maxInt 2018-10-26 15:01:51 -04:00
log10.zig remove @minValue,@maxValue; add std.math.minInt,maxInt 2018-10-26 15:01:51 -04:00
modf.zig New Zig formal grammar (#1685) 2018-11-13 05:08:37 -08:00
nan.zig add std.math f16 nan support 2018-06-30 01:58:17 +02:00
pow.zig added math.pow support for integer types. resolves #1637 (#1642) 2018-10-10 10:50:23 -04:00
powi.zig New Zig formal grammar (#1685) 2018-11-13 05:08:37 -08: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 remove @minValue,@maxValue; add std.math.minInt,maxInt 2018-10-26 15:01:51 -04:00
sqrt.zig remove @minValue,@maxValue; add std.math.minInt,maxInt 2018-10-26 15:01:51 -04:00
tan.zig Default to strict IEEE floating point 2018-08-23 22:54:46 +12:00
tanh.zig remove @minValue,@maxValue; add std.math.minInt,maxInt 2018-10-26 15:01:51 -04:00
trunc.zig remove @minValue,@maxValue; add std.math.minInt,maxInt 2018-10-26 15:01:51 -04:00