aboutsummaryrefslogtreecommitdiff
path: root/std/math/sin.zig
AgeCommit message (Expand)Author
2018-08-23Default to strict IEEE floating pointMarc Tiehuis
2018-06-17remove integer and float casting syntaxAndrew Kelley
2018-05-10partial conversion to post-fix pointer deref using zig fmtAndrew Kelley
2018-01-25syntax: functions require return type. remove `->`Andrew Kelley
2018-01-14remove 32-bit windows from supported targets listAndrew 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-10-15disable some of the failing testsAndrew Kelley
2017-08-28remove workaround for LLVM not respecting "nobuiltin"Andrew 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-18Get tests passing under release modeMarc Tiehuis
2017-06-16Add math libraryMarc Tiehuis