aboutsummaryrefslogtreecommitdiff
path: root/std/math/complex/ldexp.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
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-24Add initial complex-number supportMarc Tiehuis