implement log2 and log2f

This commit is contained in:
Erik
2018-07-13 23:40:57 -04:00
parent 664a00f9ac
commit 30c31d32d3
5 changed files with 164 additions and 8 deletions

View File

@@ -664,7 +664,7 @@ f32_f32! {
expf,
// fdimf,
// log10f,
// log2f,
log2f,
logf,
roundf,
// sinf,
@@ -709,7 +709,7 @@ f64_f64! {
// log,
// log10,
// log1p,
// log2,
log2,
round,
// sin,
// sinh,