zig/lib/std/math/complex
Marc Tiehuis 2bd7af63d7 std.math.complex: fix acosh/atan/cosh/sqrt
Some of these are upstream changes since the original port, others are
translation errors.
2024-07-30 15:38:00 +12:00
..
abs.zig Remove redundant test name prefixes now that test names are fully qualified 2024-02-26 15:18:31 -08:00
acos.zig Remove redundant test name prefixes now that test names are fully qualified 2024-02-26 15:18:31 -08:00
acosh.zig std.math.complex: fix acosh/atan/cosh/sqrt 2024-07-30 15:38:00 +12:00
arg.zig Remove redundant test name prefixes now that test names are fully qualified 2024-02-26 15:18:31 -08:00
asin.zig Remove redundant test name prefixes now that test names are fully qualified 2024-02-26 15:18:31 -08:00
asinh.zig Remove redundant test name prefixes now that test names are fully qualified 2024-02-26 15:18:31 -08:00
atan.zig std.math.complex: fix acosh/atan/cosh/sqrt 2024-07-30 15:38:00 +12:00
atanh.zig Change many test blocks to doctests/decltests 2024-02-26 15:18:31 -08:00
conj.zig Change many test blocks to doctests/decltests 2024-02-26 15:18:31 -08:00
cos.zig Change many test blocks to doctests/decltests 2024-02-26 15:18:31 -08:00
cosh.zig std.math.complex: fix acosh/atan/cosh/sqrt 2024-07-30 15:38:00 +12:00
exp.zig Change many test blocks to doctests/decltests 2024-02-26 15:18:31 -08:00
ldexp.zig use Peer Type Resolution for standalone complex fn 2024-01-14 18:09:17 -08:00
log.zig Change many test blocks to doctests/decltests 2024-02-26 15:18:31 -08:00
pow.zig Change many test blocks to doctests/decltests 2024-02-26 15:18:31 -08:00
proj.zig Change many test blocks to doctests/decltests 2024-02-26 15:18:31 -08:00
sin.zig Change many test blocks to doctests/decltests 2024-02-26 15:18:31 -08:00
sinh.zig Change many test blocks to doctests/decltests 2024-02-26 15:18:31 -08:00
sqrt.zig std.math.complex: fix acosh/atan/cosh/sqrt 2024-07-30 15:38:00 +12:00
tan.zig Change many test blocks to doctests/decltests 2024-02-26 15:18:31 -08:00
tanh.zig Change many test blocks to doctests/decltests 2024-02-26 15:18:31 -08:00