zig/std/math
2019-01-14 18:11:17 -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
acosh.zig remove unnecessary setFloatMode calls 2018-09-18 15:15:03 -04:00
asin.zig
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 fix incorrect parameter names for std.math.atan2 2019-01-14 18:11:17 -05:00
atanh.zig remove @minValue,@maxValue; add std.math.minInt,maxInt 2018-10-26 15:01:51 -04:00
cbrt.zig
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
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 Add add compiler_rt routines for float to signed integer conversion 2018-12-12 00:21:42 -05:00
inf.zig
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
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
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
signbit.zig
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