zig/lib/std/math
Linus Groh eb37552536 Remove numerous things deprecated during the 0.14 release cycle
Basically everything that has a direct replacement or no uses left.

Notable omissions:

- std.ArrayHashMap: Too much fallout, needs a separate cleanup.
- std.debug.runtime_safety: Too much fallout.
- std.heap.GeneralPurposeAllocator: Lots of references to it remain, not
  a simple find and replace as "debug allocator" is not equivalent to
  "general purpose allocator".
- std.io.Reader: Is being reworked at the moment.
- std.unicode.utf8Decode(): No replacement, needs a new API first.
- Manifest backwards compat options: Removal would break test data used
  by TestFetchBuilder.
- panic handler needs to be a namespace: Many tests still rely on it
  being a function, needs a separate cleanup.
2025-07-11 08:17:43 +02:00
..
big Remove numerous things deprecated during the 0.14 release cycle 2025-07-11 08:17:43 +02:00
complex
acos.zig
acosh.zig
asin.zig
asinh.zig
atan.zig
atan2.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
expo2.zig
float.zig x86_64: increase passing test coverage on windows 2025-06-19 18:41:12 -04:00
frexp.zig
gamma.zig std.Target: Remove functions that just wrap component functions. 2025-02-17 19:18:19 +01:00
gcd.zig
hypot.zig
ilogb.zig
isfinite.zig
isinf.zig
isnan.zig
isnormal.zig
iszero.zig
lcm.zig std.math: Add least common multiple (lcm) 2025-03-24 16:07:40 +01:00
ldexp.zig
log.zig
log1p.zig
log2.zig x86_64: rewrite scalar <<| 2025-05-17 18:00:17 -04:00
log10.zig std.Target: Remove functions that just wrap component functions. 2025-02-17 19:18:19 +01:00
log_int.zig Sema: rewrite semantic analysis of function calls 2025-01-09 06:46:47 +00:00
modf.zig
nextafter.zig
pow.zig pow: fix typo 0 instead of inf 2025-04-05 21:20:10 +02: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