Marc Tiehuis 4c16f9a3c3 Add math library
This covers the majority of the functions as covered by the C99
specification for a math library.

Code is adapted primarily from musl libc, with the pow and standard
trigonometric functions adapted from the Go stdlib.

Changes:

 - Remove assert expose in index and import as needed.
 - Add float log function and merge with existing base 2 integer
   implementation.

See https://github.com/tiehuis/zig-fmath.
See #374.
2017-06-16 20:32:31 +12:00
..
2017-06-16 20:32:31 +12:00
2017-05-19 10:39:59 -04:00
2017-04-24 12:14:45 -04:00
2017-05-19 10:39:59 -04:00
2016-07-28 20:14:57 -07:00