This commit is contained in:
Folkert 2021-11-09 20:57:36 +01:00
parent a9d561089a
commit a9ce02799c
6 changed files with 60 additions and 7 deletions

View file

@ -1330,7 +1330,7 @@ fn pow_int() {
}
#[test]
#[cfg(any(feature = "gen-llvm", feature = "gen-dev"))]
#[cfg(any(feature = "gen-llvm", feature = "gen-dev", feature = "gen-wasm"))]
fn atan() {
assert_evals_to!("Num.atan 10", 1.4711276743037347, f64);
}