This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
zig
Watch
2
Star
0
Fork
0
You've already forked zig
mirror of
https://codeberg.org/ziglang/zig.git
synced
2026-06-08 16:44:34 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a859f94644cb362d84d3f9d72bc02b00a75fc32a
zig
/
lib
/
std
/
math
T
History
Andrew Kelley
2a50a4629b
freestanding libc: include roundl
2022-03-14 00:11:46 -07:00
..
big
math: fix big.int div, gcd and bitAnd edge-cases
2022-03-10 13:56:07 -05:00
complex
…
__rem_pio2_large.zig
…
__rem_pio2.zig
…
__rem_pio2f.zig
…
__trig.zig
…
acos.zig
…
acosh.zig
…
asin.zig
…
asinh.zig
…
atan2.zig
…
atan.zig
…
atanh.zig
…
big.zig
std/math: optimize division with divisors less than a half-limb
2022-02-06 21:39:34 -05:00
cbrt.zig
…
ceil.zig
…
complex.zig
…
copysign.zig
…
cos.zig
…
cosh.zig
…
epsilon.zig
…
exp2.zig
…
exp.zig
…
expm1.zig
…
expo2.zig
…
fabs.zig
Replace magic numbers with clearer representation
2022-02-17 21:20:04 -05:00
floor.zig
…
fma.zig
stage2: rework
@mulAdd
2022-03-06 16:11:39 -07:00
frexp.zig
…
hypot.zig
…
ilogb.zig
…
inf.zig
…
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
…
ln.zig
…
log1p.zig
…
log2.zig
…
log10.zig
…
log.zig
…
modf.zig
…
nan.zig
…
pow.zig
…
powi.zig
…
round.zig
freestanding libc: include roundl
2022-03-14 00:11:46 -07:00
scalbn.zig
…
signbit.zig
…
sin.zig
…
sinh.zig
…
sqrt.zig
…
tan.zig
…
tanh.zig
…
trunc.zig
…