zig/lib/std/math
2022-01-29 18:11:49 +02:00
..
big stage2: @addWithOverflow 2021-12-21 01:41:51 +01:00
complex
__rem_pio2.zig std/math: fix __rem_pio2 underflow 2021-12-06 01:02:09 +13:00
__rem_pio2_large.zig std/math: replace golang sin/cos/tan with musl sin/cos/tan 2021-12-06 01:02:09 +13:00
__rem_pio2f.zig std/math: replace golang sin/cos/tan with musl sin/cos/tan 2021-12-06 01:02:09 +13:00
__trig.zig std/math: replace golang sin/cos/tan with musl sin/cos/tan 2021-12-06 01:02:09 +13:00
acos.zig
acosh.zig
asin.zig
asinh.zig
atan.zig
atan2.zig
atanh.zig
big.zig
cbrt.zig
ceil.zig
complex.zig std lib API deprecations for the upcoming 0.9.0 release 2021-11-30 00:13:07 -07:00
copysign.zig
cos.zig std/math: hide internal cos/tan functions 2021-12-06 01:17:01 +13:00
cosh.zig
epsilon.zig std: add f80 bits 2022-01-28 11:45:04 -07:00
exp.zig
exp2.zig
expm1.zig
expo2.zig
fabs.zig
floor.zig
fma.zig
frexp.zig
hypot.zig
ilogb.zig
inf.zig std: add f80 bits 2022-01-28 11:45:04 -07:00
isfinite.zig
isinf.zig
isnan.zig
isnormal.zig Fix overflow in std.math.isNormal when applied to -Inf or a negative NaN 2022-01-29 18:11:49 +02:00
ldexp.zig std/math: add ldexp and make scalbn an alias 2021-11-23 14:47:01 -05:00
ln.zig AstGen: use reachableExpr for return operand 2021-11-24 14:47:33 -07:00
log.zig AstGen: use reachableExpr for return operand 2021-11-24 14:47:33 -07:00
log1p.zig
log2.zig AstGen: use reachableExpr for return operand 2021-11-24 14:47:33 -07:00
log10.zig AstGen: use reachableExpr for return operand 2021-11-24 14:47:33 -07:00
modf.zig
nan.zig std: add f80 bits 2022-01-28 11:45:04 -07:00
pow.zig
powi.zig
round.zig
scalbn.zig std/math: add ldexp and make scalbn an alias 2021-11-23 14:47:01 -05:00
signbit.zig
sin.zig std/math: Add test cases for #9901 2021-12-06 01:02:09 +13:00
sinh.zig
sqrt.zig AstGen: use reachableExpr for return operand 2021-11-24 14:47:33 -07:00
tan.zig std/math: hide internal cos/tan functions 2021-12-06 01:17:01 +13:00
tanh.zig
trunc.zig