mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 08:11:12 +00:00
isApproxEq function
This commit is contained in:
parent
9a3340950e
commit
4499f8c6f4
86 changed files with 583 additions and 542 deletions
|
@ -1274,6 +1274,7 @@ define_builtins! {
|
|||
162 NUM_PI: "pi"
|
||||
163 NUM_TAU: "tau"
|
||||
164 NUM_BITWISE_NOT: "bitwiseNot"
|
||||
165 NUM_IS_APPROX_EQ: "isApproxEq"
|
||||
}
|
||||
4 BOOL: "Bool" => {
|
||||
0 BOOL_BOOL: "Bool" exposed_type=true // the Bool.Bool type alias
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue