zig/lib/std/math
Mizuochi Keita ec58b475b7 std.math.big.int: Fix typo
- `bytes` -> `buffer`
- Correct naming consistency between
  1. fn argument and doc comment of `(read|write)PackedTwosComplement`
  2. fn arguments of `(read|write)PackedTwosComplement` and `(read|write)TwosComplement`
2023-05-29 13:04:55 +03:00
..
big std.math.big.int: Fix typo 2023-05-29 13:04:55 +03:00
complex std: fix a bunch of typos 2023-04-30 18:16:04 -07:00
acos.zig
acosh.zig
asin.zig
asinh.zig
atan.zig std.math.atan: fix mistyped magic constant 2023-05-11 15:56:42 -07:00
atan2.zig
atanh.zig
big.zig remove stage1 workaround for big int set 2023-02-04 00:29:04 -05:00
cbrt.zig
complex.zig std: remove names from incorrectly named tests 2023-04-21 23:08:48 -04:00
copysign.zig stage2: lower float negation explicitly 2022-06-30 00:02:00 -07:00
cosh.zig
expm1.zig
expo2.zig
float.zig Sema: fix parameter of type 'T' must be comptime error 2022-08-22 11:16:36 +03:00
frexp.zig
gcd.zig std.math: add "Greatest common divisor" (gcd) 2022-09-29 21:42:56 +03:00
hypot.zig
ilogb.zig make @boolToInt always return a u1 2023-05-24 00:01:48 +00:00
isfinite.zig
isinf.zig std.math: add inline to some functions 2022-07-13 11:14:46 -07:00
isnan.zig
isnormal.zig
ldexp.zig Manually construct denormal constants in tests 2022-10-09 20:29:30 -07:00
ln.zig
log.zig
log1p.zig
log2.zig libstd: skip problematic tests on aarch64-windows 2022-11-30 00:26:40 +01:00
log10.zig std: fix a bunch of typos 2023-04-30 18:16:04 -07:00
modf.zig
nan.zig
pow.zig
powi.zig update uses of overflow arithmetic builtins 2022-12-27 15:13:14 +02:00
scalbn.zig
signbit.zig stage2: lower float negation explicitly 2022-06-30 00:02:00 -07:00
sinh.zig
sqrt.zig std: fix a bunch of typos 2023-04-30 18:16:04 -07:00
tanh.zig