aboutsummaryrefslogtreecommitdiff
path: root/std/math/complex
AgeCommit message (Expand)Author
2019-02-08std.debug.assert: remove special case for test buildsAndrew Kelley
2018-11-13New Zig formal grammar (#1685)Jimmi Holst Christensen
2018-10-15remove implicit cast from T to *const TAndrew Kelley
2018-10-15Solve the return type ambiguity (#1628)Jimmi Holst Christensen
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