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
6d2ec7a4e39e3464bb5f14747937df9544e89ee7
zig
/
lib
/
std
/
math
T
History
BlueAlmost
406507c6dc
std.math.Complex: add 'negation' and 'mulitply by i'
2022-03-27 11:54:43 +03:00
..
big
math/big: correct fix for divmod (
#11271
)
2022-03-23 19:24:25 +01: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
std.math.Complex: add 'negation' and 'mulitply by i'
2022-03-27 11:54:43 +03:00
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
…