Added scientific notation entries

This commit is contained in:
PinkDraconian 2020-06-16 12:36:29 +02:00 committed by GitHub
parent 4626422418
commit cf1ca8ec62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -89,3 +89,11 @@ eval("while(1);")
null
true
false
1e2
1e0
0e2
0e0
"1e2"
"1e0"
"0e2"
"0e0"