aboutsummaryrefslogtreecommitdiff
path: root/std/math/complex
AgeCommit message (Expand)Author
2018-09-13remove `this`. add `@This()`.Andrew Kelley
2018-09-13math/complex: cexp test correction and ldexp usage fixMarc Tiehuis
2018-08-23Default to strict IEEE floating pointMarc Tiehuis
2018-06-17remove integer and float casting syntaxAndrew Kelley
2018-06-16std.Complex: use better arg passing convention and fix a TODOAndrew Kelley
2018-05-31use * for pointer type instead of &Andrew Kelley
2018-05-29run zig fmt on the codebaseAndrew Kelley
2018-05-17more std lib to postfix deref with zig fmtAndrew Kelley
2018-04-24convert NOTE to TODO so we catch it laterAndrew Kelley
2018-04-24clean up complex math testsAndrew Kelley
2018-04-24Add initial complex-number supportMarc Tiehuis