Import more Musl math

This commit is contained in:
Justine Tunney 2022-07-12 15:49:11 -07:00
parent 6d52664aa7
commit 3027d67037
48 changed files with 1749 additions and 180 deletions

View file

@ -288,6 +288,7 @@ static inline int zeroinfnan(uint64_t i)
/**
* Returns 𝑥^𝑦.
* @note should take ~18ns
*/
double pow(double x, double y)
{