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 14:50:51 +00:00
Code Issues Packages Projects Releases Wiki Activity
zig/lib/std/math
History
mlugg 64bf8bb146
std: stop relying on precision-losing coercions
2025-07-31 10:57:04 +01:00
..
big
aarch64: add new from scratch self-hosted backend
2025-07-22 19:43:47 -07:00
complex
…
acos.zig
…
acosh.zig
…
asin.zig
…
asinh.zig
…
atan2.zig
…
atan.zig
…
atanh.zig
…
big.zig
big.int: implement float conversions
2025-06-15 14:15:18 -04:00
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
…
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
x86_64: rewrite scalar <<|
2025-05-17 18:00:17 -04:00
log10.zig
aarch64: add new from scratch self-hosted backend
2025-07-22 19:43:47 -07:00
log_int.zig
…
log.zig
…
modf.zig
std: stop relying on precision-losing coercions
2025-07-31 10:57:04 +01:00
nextafter.zig
…
pow.zig
std: stop relying on precision-losing coercions
2025-07-31 10:57:04 +01:00
powi.zig
…
scalbn.zig
…
signbit.zig
x86_64: increase passing test coverage on windows
2025-06-19 18:41:12 -04:00
sinh.zig
…
sqrt.zig
…
tanh.zig
…