aboutsummaryrefslogtreecommitdiff
path: root/lib/std/math/complex.zig
AgeCommit message (Expand)Author
2024-11-26std.math.complex: Add squared magnitude function (#21998)Chris Boesch
2024-02-26Remove redundant test name prefixes now that test names are fully qualifiedRyan Liptak
2023-04-21std: remove names from incorrectly named testsJacob Young
2022-09-16std: remove deprecated API for the upcoming releaseAndrew Kelley
2022-04-27compiler-rt: math functions reorgAndrew Kelley
2022-03-27std.math.Complex: add 'negation' and 'mulitply by i'BlueAlmost
2021-11-30std lib API deprecations for the upcoming 0.9.0 releaseAndrew Kelley
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-05-20Run `zig fmt` on src/ and lib/std/Isaac Freund
2021-05-17std.math.Complex: Change `new()` to `init()`aiz
2021-05-08std: update usage of std.testingVeikka Tuominen
2020-12-31Year++Frank Denis
2020-11-05std: Implement more useful approxEq semanticsLemonBoy
2020-08-20add license header to all std lib filesAndrew Kelley
2019-11-08update more of the std lib to use `@as`Andrew Kelley
2019-09-25mv std/ lib/Andrew Kelley