aboutsummaryrefslogtreecommitdiff
path: root/std/math/exp.zig
AgeCommit message (Expand)Author
2018-11-13New Zig formal grammar (#1685)Jimmi Holst Christensen
2018-10-15Solve the return type ambiguity (#1628)Jimmi Holst Christensen
2018-08-23Default to strict IEEE floating pointMarc Tiehuis
2018-06-17remove integer and float casting syntaxAndrew Kelley
2018-05-29run zig fmt on the codebaseAndrew Kelley
2018-04-15std.math.ln and std.math.exp use float strict modeAndrew Kelley
2018-01-25syntax: functions require return type. remove `->`Andrew Kelley
2017-12-23move std/debug.zig to a subdirectoryAndrew Kelley
2017-12-22std.math: remove unnecessary inline calls andAndrew Kelley
2017-12-22explicitly return from blocksAndrew Kelley
2017-08-28remove workaround for LLVM not respecting "nobuiltin"Andrew Kelley
2017-06-21Fixes for release mode testsMarc Tiehuis
2017-06-20Add math special case tests and general fixesMarc Tiehuis
2017-06-19workaround for llvm bugAndrew Kelley
2017-06-17std: refactor pow to be genericAndrew Kelley
2017-06-16Add math libraryMarc Tiehuis