Adding acos implementation

This commit is contained in:
Opal
2018-07-14 18:28:11 +12:00
parent 965c736cc1
commit 137d99d55b
4 changed files with 115 additions and 7 deletions

View File

@@ -696,7 +696,7 @@ f32i32_f32! {
// With signature `fn(f64) -> f64`
f64_f64! {
// acos,
acos,
// asin,
// atan,
// cbrt,