aboutsummaryrefslogtreecommitdiff
path: root/std/math/atan2.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
2019-01-14fix incorrect parameter names for std.math.atan2Andrew Kelley
2018-06-17remove integer and float casting syntaxAndrew Kelley
2018-05-29run zig fmt on the codebaseAndrew Kelley
2018-05-10partial conversion to post-fix pointer deref using zig fmtAndrew Kelley
2018-03-22Add missing pub specifier to atan2Marc Tiehuis
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-09-14depend on embedded SoftFloat-3d instead of __float128Andrew Kelley
2017-08-28remove workaround for LLVM not respecting "nobuiltin"Andrew Kelley
2017-08-20std.math: remove constants that can be derivedAndrew Kelley
2017-08-20compile-time f32, f64 operations are now correctly lossyAndrew Kelley
2017-06-20Add math special case tests and general fixesMarc Tiehuis
2017-06-19workaround for llvm bugAndrew Kelley
2017-06-16Add math libraryMarc Tiehuis