Add pi and directions

This commit is contained in:
dylan
2023-05-10 20:10:32 -07:00
parent ae3fa89a8b
commit 04f206814c
4 changed files with 18 additions and 2 deletions

View File

@@ -66,6 +66,7 @@ const values = [
"undefined",
"NaN",
"Infinity",
CHAR.PI,
];
const operator = [
"&&",