zig/lib/std/math
Andrew Kelley 3fc6fc6812 std.builtin.Endian: make the tags lower case
Let's take this breaking change opportunity to fix the style of this
enum.
2023-10-31 21:37:35 -04:00
..
big std.builtin.Endian: make the tags lower case 2023-10-31 21:37:35 -04:00
complex Remove @fabs, fabs and absCast/Int from std lib 2023-09-27 11:24:28 -07:00
acos.zig
acosh.zig
asin.zig Remove @fabs, fabs and absCast/Int from std lib 2023-09-27 11:24:28 -07:00
asinh.zig std.math.asinh: changed unsigned int to hexadecimal 2023-09-12 22:22:07 +12:00
atan.zig Remove @fabs, fabs and absCast/Int from std lib 2023-09-27 11:24:28 -07:00
atan2.zig Remove @fabs, fabs and absCast/Int from std lib 2023-09-27 11:24:28 -07:00
atanh.zig
big.zig
cbrt.zig std.math.cbrt: fixed -0.0 evaluating to 0.0 2023-09-12 18:39:34 +00:00
complex.zig
copysign.zig
cosh.zig
expm1.zig
expo2.zig
float.zig
frexp.zig
gcd.zig
hypot.zig
ilogb.zig x86_64: fix compiler rt test failures 2023-10-29 07:20:36 -04:00
isfinite.zig
isinf.zig
isnan.zig
isnormal.zig
ldexp.zig x86_64: fix compiler rt test failures 2023-10-29 07:20:36 -04:00
log.zig std.math.log_int: implement integer logarithm without using float math 2023-09-14 19:33:56 +00:00
log1p.zig
log2.zig
log10.zig x86_64: implement enough to pass unicode tests 2023-10-23 22:42:18 -04:00
log_int.zig x86_64: implement enough to pass unicode tests 2023-10-23 22:42:18 -04:00
modf.zig
nextafter.zig x86_64: implement enough to pass unicode tests 2023-10-23 22:42:18 -04:00
pow.zig Remove @fabs, fabs and absCast/Int from std lib 2023-09-27 11:24:28 -07:00
powi.zig
scalbn.zig x86_64: implement 128-bit builtins 2023-10-23 22:42:18 -04:00
signbit.zig
sinh.zig
sqrt.zig
tanh.zig