mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 07:14:46 +00:00
WIP
This commit is contained in:
parent
a9d561089a
commit
a9ce02799c
6 changed files with 60 additions and 7 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue