-
Notifications
You must be signed in to change notification settings - Fork 0
More Calculations
TIPD edited this page Sep 22, 2022
·
1 revision
1 + 1 isn't the only thing it can do. It can do more!
The same thing as before.
Calcium("8 + 123")
Calcium("1000 - 500")
Calcium("50 / 10")
Calcium("10 * 10")
Syntax: b^a
Example:
Calcium("2^3")
Right now, you have to use the root symbol to do this.
Calcium("√25")
Output: 5
There are 2 large numbers available in Calcium.
- googol
- googolplex
Example:
Calcium("2 * googol + googolplex")
There are many mathematical constants available in Calcium:
- pi (
π,pi) - Euler's Number (
e) - Golden Ratio (
φ) - Glaisher - Kinkelin Constant (
A) - Khinchin Constant (
k) - Euler - Mascheroni Constant (
γ) - Conway Constant (
λ) - Feigenbaum Constants (
α,δ) - Apery Constant (
ζ)
Example:
Calcium("2 * π + φ / γ")
Calcium also supports Floating-Point Numbers!
Example: Calcium("2.1 * 3.52341231231")
Calcium("log(20)")
Calcium("ln(e)")