Constants are fixed-value mathematical or Boolean objects that can be used in Notion formulas.
Notion provides four constants:
Constant |
Value |
Example |
e |
2.71828 |
e ^ (.3 * 10) |
pi |
3.1415926559 |
pi * 10 |
true |
true (Boolean) |
true ? "😀" : "😭" |
false |
false (Boolean) |
false ? "😀" : "😭" |