zig/lib/std/math
kcbanner 6ed049fe36 cbe: all behaviour tests now pass on msvc
- Fix zig_clz_u128 not respecting the bits argument. This was crashing the compile-rt addxf3 tests with the cbe
- Instead of redering a negation for negative 128 bit int literals, render the literal as twos complement. This allows
rendering int representations of floats correctly (specifically f80).
2023-01-01 16:44:29 -05:00
..
big cbe: all behaviour tests now pass on msvc 2023-01-01 16:44:29 -05:00
complex
acos.zig
acosh.zig
asin.zig
asinh.zig
atan.zig
atan2.zig
atanh.zig
big.zig
cbrt.zig
complex.zig std: remove deprecated API for the upcoming release 2022-09-16 14:46:53 -04:00
copysign.zig
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 compiler_rt: Re-implement ldexp/ilogb using bit-ops 2022-10-09 11:09:02 -07: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
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
sinh.zig
sqrt.zig std: make builtin.Type.{Int,Float}.bits a u16 instead of comptime_int 2022-12-15 23:08:51 +02:00
tanh.zig