Files
zig/lib
Andrew Kelley 2ab7f31e99 std.math: remove constants that should be expressions
All four of these can be represented in fewer characters with
expressions, which will be guaranteed to happen at compile-time, and
have the same or better precision.

The other math constants here which depend on function calls could be
similarly removed if and when #425 is solved. However I left them for
now since Zig does not eagerly evaluate functions with comptime parameters.
2019-11-29 10:48:46 -05:00
..
2019-10-17 11:55:43 -04:00
2019-08-20 19:36:26 -04:00
2019-07-19 16:54:00 -04:00