Logo
Explore Help
Sign In
mirror/zig
1
0
Fork 0
You've already forked zig
mirror of https://github.com/ziglang/zig.git synced 2026-03-13 06:40:36 +00:00
Code Issues Packages Projects Releases Wiki Activity
zig/lib/std/math
History
Jacob Young 2e31077fe0 Coff: implement threadlocal variables
2025-10-10 22:47:47 -07:00
..
big
std.math.big.int: normalize zero result for small multiplications
2025-09-13 17:13:27 +01:00
complex
…
acos.zig
…
acosh.zig
…
asin.zig
…
asinh.zig
…
atan2.zig
…
atan.zig
…
atanh.zig
…
big.zig
…
cbrt.zig
…
complex.zig
…
copysign.zig
…
cosh.zig
…
expm1.zig
Make sure to test the sign of the zero results
2025-07-17 05:04:59 +02:00
expo2.zig
…
float.zig
aarch64: add new from scratch self-hosted backend
2025-07-22 19:43:47 -07:00
frexp.zig
…
gamma.zig
std: stop relying on precision-losing coercions
2025-07-31 10:57:04 +01:00
gcd.zig
…
hypot.zig
…
ilogb.zig
…
isfinite.zig
…
isinf.zig
…
isnan.zig
Coff: implement threadlocal variables
2025-10-10 22:47:47 -07:00
isnormal.zig
…
iszero.zig
…
lcm.zig
…
ldexp.zig
…
log1p.zig
Make sure to test the sign of the zero results
2025-07-17 05:04:59 +02:00
log2.zig
…
log10.zig
std: skip some failing tests on hexagon
2025-08-30 06:36:41 +02:00
log_int.zig
…
log.zig
…
modf.zig
std.math.modf: disable vector test on LoongArch with LSX
2025-09-18 12:42:24 +02:00
nextafter.zig
…
pow.zig
std: stop relying on precision-losing coercions
2025-07-31 10:57:04 +01:00
powi.zig
Update powi.zig to fix docstring formatting
2025-08-24 22:59:08 +02:00
scalbn.zig
…
signbit.zig
…
sinh.zig
…
sqrt.zig
…
tanh.zig
…