zig/lib/std/math
Tadeo Kondrak 25ec2dbc1e Add builtin.Signedness, use it instead of is_signed 2020-11-19 18:59:21 +02:00
..
big Add builtin.Signedness, use it instead of is_signed 2020-11-19 18:59:21 +02:00
complex std: Implement more useful approxEq semantics 2020-11-05 16:08:49 +01:00
acos.zig std: Implement more useful approxEq semantics 2020-11-05 16:08:49 +01:00
acosh.zig std: Implement more useful approxEq semantics 2020-11-05 16:08:49 +01:00
asin.zig std: Implement more useful approxEq semantics 2020-11-05 16:08:49 +01:00
asinh.zig std: Implement more useful approxEq semantics 2020-11-05 16:08:49 +01:00
atan.zig std: Implement more useful approxEq semantics 2020-11-05 16:08:49 +01:00
atan2.zig std: Implement more useful approxEq semantics 2020-11-05 16:08:49 +01:00
atanh.zig std: Implement more useful approxEq semantics 2020-11-05 16:08:49 +01:00
big.zig Add builtin.Signedness, use it instead of is_signed 2020-11-19 18:59:21 +02:00
cbrt.zig std: Implement more useful approxEq semantics 2020-11-05 16:08:49 +01:00
ceil.zig forceEval() -> doNotOptimizeAway() 2020-08-26 10:50:34 +02:00
complex.zig std: Implement more useful approxEq semantics 2020-11-05 16:08:49 +01:00
copysign.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
cos.zig std: Implement more useful approxEq semantics 2020-11-05 16:08:49 +01:00
cosh.zig std: Implement more useful approxEq semantics 2020-11-05 16:08:49 +01:00
epsilon.zig std: Implement more useful approxEq semantics 2020-11-05 16:08:49 +01:00
exp.zig change debug.assert to testing.expect in tests 2020-11-06 22:48:54 +01:00
exp2.zig std: Implement more useful approxEq semantics 2020-11-05 16:08:49 +01:00
expm1.zig std: Implement more useful approxEq semantics 2020-11-05 16:08:49 +01:00
expo2.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
fabs.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
floor.zig forceEval() -> doNotOptimizeAway() 2020-08-26 10:50:34 +02:00
fma.zig std: Implement more useful approxEq semantics 2020-11-05 16:08:49 +01:00
frexp.zig std: Implement more useful approxEq semantics 2020-11-05 16:08:49 +01:00
hypot.zig std: Implement more useful approxEq semantics 2020-11-05 16:08:49 +01:00
ilogb.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
inf.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
isfinite.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
isinf.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
isnan.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
isnormal.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
ln.zig std: Implement more useful approxEq semantics 2020-11-05 16:08:49 +01:00
log.zig std: Implement more useful approxEq semantics 2020-11-05 16:08:49 +01:00
log1p.zig std: Implement more useful approxEq semantics 2020-11-05 16:08:49 +01:00
log2.zig std: Implement more useful approxEq semantics 2020-11-05 16:08:49 +01:00
log10.zig std: Implement more useful approxEq semantics 2020-11-05 16:08:49 +01:00
modf.zig std: Implement more useful approxEq semantics 2020-11-05 16:08:49 +01:00
nan.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
pow.zig std: Implement more useful approxEq semantics 2020-11-05 16:08:49 +01:00
powi.zig Add builtin.Signedness, use it instead of is_signed 2020-11-19 18:59:21 +02:00
round.zig forceEval() -> doNotOptimizeAway() 2020-08-26 10:50:34 +02:00
scalbn.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
signbit.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
sin.zig std: Implement more useful approxEq semantics 2020-11-05 16:08:49 +01:00
sinh.zig std: Implement more useful approxEq semantics 2020-11-05 16:08:49 +01:00
sqrt.zig Make std.meta.Int accept a signedness parameter 2020-10-17 14:09:59 +02:00
tan.zig std: Implement more useful approxEq semantics 2020-11-05 16:08:49 +01:00
tanh.zig std: Implement more useful approxEq semantics 2020-11-05 16:08:49 +01:00
trunc.zig forceEval() -> doNotOptimizeAway() 2020-08-26 10:50:34 +02:00