implement cbrt and cbrtf

This commit is contained in:
Erik
2018-07-14 14:07:14 -04:00
parent bdb4d878dc
commit e228036053
5 changed files with 188 additions and 6 deletions

View File

@@ -656,7 +656,7 @@ f32_f32! {
truncf,
// asinf,
// atanf,
// cbrtf,
cbrtf,
cosf,
ceilf,
// coshf,
@@ -699,7 +699,7 @@ f64_f64! {
// acos,
// asin,
// atan,
// cbrt,
cbrt,
ceil,
// cos,
// cosh,