aboutsummaryrefslogtreecommitdiff
path: root/std/math/complex/exp.zig
AgeCommit message (Expand)Author
2019-05-01std.math: Add documentation for all functions and algorithm sourcesMarc Tiehuis
2019-03-02rename std lib files to new conventionAndrew Kelley
2019-02-08std.debug.assert: remove special case for test buildsAndrew 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-05-31use * for pointer type instead of &Andrew Kelley
2018-05-17more std lib to postfix deref with zig fmtAndrew Kelley
2018-04-24clean up complex math testsAndrew Kelley
2018-04-24Add initial complex-number supportMarc Tiehuis