Shawn Landden 71e014caec stage1: add @sin @cos @exp @exp2 @ln @log2 @log10 @fabs @floor @ceil @trunc @round
and expand @sqrt

This revealed that the accuracy of ln is not as good as the current algorithm in
musl and glibc, and should be ported again.

v2: actually include tests
v3: fix reversal of in and out arguments on f128M_sqrt()
    add test for @sqrt on comptime_float
    do not include @nearbyInt() until it works on all targets.
2019-06-22 14:34:34 -05:00
..
2019-05-27 01:35:58 -04:00
2019-05-19 16:33:31 -04:00
2019-05-26 18:32:44 -04:00
2019-05-26 23:35:26 -04:00
2019-05-26 18:32:44 -04:00
2018-09-30 17:28:35 -04:00
2019-06-17 13:00:00 -04:00
2019-04-29 14:02:19 -04:00
2019-06-10 15:41:40 +10:00
2018-11-13 05:08:37 -08:00
2019-06-17 01:41:33 -04:00
2019-05-26 18:32:44 -04:00
2019-05-27 00:48:56 -04:00
2019-06-13 11:42:17 -04:00
2019-06-10 00:39:40 -04:00
2019-03-02 16:46:04 -05:00
2019-06-10 15:41:40 +10:00
2019-05-12 12:56:01 -04:00