implement log1p and log1pf

This commit is contained in:
Erik
2018-07-14 01:28:00 -04:00
parent ed51aa3a97
commit f73c61b762
5 changed files with 246 additions and 8 deletions

View File

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