isApproxEq function

This commit is contained in:
Brian Teague 2024-01-23 21:06:35 -05:00
parent 9a3340950e
commit 4499f8c6f4
No known key found for this signature in database
GPG key ID: A2006B3A49F673E3
86 changed files with 583 additions and 542 deletions

View file

@ -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