Marc Tiehuis 8f1e417757 std/math: add ldexp and make scalbn an alias
We assume we are compiled on a base-2 radix floating point system. This
is a reasonable assumption. musl libc as an example also assumes this.

We implement scalbn as an alias for ldexp, since ldexp is defined as 2
regardless of the float radix. This is opposite to musl which defines
scalbn in terms of ldexp.

Closes #9799.
2021-11-23 14:47:01 -05:00
..
2021-10-04 11:25:29 +02:00
2021-10-22 10:48:45 -07:00
2021-10-26 18:57:58 -04:00
2021-10-22 10:48:45 -07:00
2021-10-05 16:56:46 -07:00
2021-10-05 12:32:26 -07:00
2021-10-05 12:32:26 -07:00
2021-10-24 19:17:55 +02:00