Add fractional constants

This commit is contained in:
Kilian Vounckx 2023-06-15 20:31:17 +02:00
parent 1646dc4e73
commit ab0969f7bb
No known key found for this signature in database
GPG key ID: 9E8B0D7D30F20264
70 changed files with 363 additions and 345 deletions

View file

@ -1264,6 +1264,9 @@ define_builtins! {
158 NUM_IS_FINITE: "isFinite"
159 NUM_MIN: "min"
160 NUM_MAX: "max"
161 NUM_E: "e"
162 NUM_PI: "pi"
163 NUM_TAU: "tau"
}
4 BOOL: "Bool" => {
0 BOOL_BOOL: "Bool" exposed_type=true // the Bool.Bool type alias