implement sqrt and hypot

This commit is contained in:
Erik
2018-07-13 18:31:01 -04:00
parent 169dfb4ad7
commit 892cd4f5b8
5 changed files with 209 additions and 6 deletions

View File

@@ -713,7 +713,7 @@ f64_f64! {
round,
// sin,
// sinh,
// sqrt,
sqrt,
// tan,
// tanh,
trunc,
@@ -725,7 +725,7 @@ f64f64_f64! {
// atan2,
// fdim,
// fmod,
// hypot,
hypot,
// pow,
}