Implement exp2

This commit is contained in:
C Jones
2018-07-14 05:29:43 -04:00
parent 353409ada7
commit 62b9897c29
4 changed files with 386 additions and 3 deletions

View File

@@ -704,7 +704,7 @@ f64_f64! {
// cos,
// cosh,
exp,
// exp2,
exp2,
// expm1,
floor,
log,