implement log10 and log10f

This commit is contained in:
Erik
2018-07-14 00:24:22 -04:00
parent 92ed777f9b
commit 6536807106
5 changed files with 181 additions and 9 deletions

View File

@@ -663,7 +663,7 @@ f32_f32! {
// exp2f,
expf,
// fdimf,
// log10f,
log10f,
log2f,
logf,
roundf,
@@ -707,7 +707,7 @@ f64_f64! {
// expm1,
floor,
// log,
// log10,
log10,
// log1p,
log2,
round,