2 + 3 * 4
2^3
(2³)log(100)
(base 10) or ln(10)
(natural log)sqrt(16)
concat('Hello', 'World')
abs(-5)
ceil(4.3)
→ 5floor(4.7)
→ 4round(4.5)
→ 5sin(30)
, cos(60)
, tan(45)
if (i > 5) i * 2 else i * 3
prompt
and get a response in table format from AI.i * 2
. Set loop speed for better observations.p = 3.14
NOTE: "i" is reserved for loop index when using loops.
These are pre-made mathematical variables you can assign to this calculator session.
NOTE: You can make custom variables in the panel on the calculator pad.
Assign | Var | Description | Assign Var | Value |
---|---|---|---|---|
Assign | π | Pi The ratio of a circle's circumference to its diameter. |
pi = 3.14159265359 | 3.14159265359 |
Assign | e | Euler's number The base of the natural logarithm. |
e = 2.71828182846 | 2.71828182846 |
Assign | φ | Golden ratio A special number approximately equal to 1.618. |
phi = 1.61803398875 | 1.61803398875 |
Assign | √2 | Square root of 2 The length of the diagonal of a unit square. |
sqrt2 = 1.41421356237 | 1.41421356237 |
Assign | √3 | Square root of 3 The length of the space diagonal of a unit cube. |
sqrt3 = 1.73205080757 | 1.73205080757 |
Assign | Var | Description | Assign Var | Value |
---|---|---|---|---|
Assign | c | Speed of light (m/s) The speed of light in a vacuum, a fundamental physical constant. |
c = 299792458 | 299792458 |
Assign | G | Gravitational constant (N⋅m²/kg²) Relates gravitational force to mass and distance. |
G = 6.6743e-11 | 6.6743e-11 |
Assign | h | Planck constant (J⋅s) The quantum of electromagnetic action, relating energy to frequency. |
h = 6.626e-34 | 6.626e-34 |
Assign | k | Boltzmann constant (J/K) Relates temperature to energy on a microscopic scale. |
k = 1.38e-23 | 1.38e-23 |
Assign | e | Elementary charge (C) The magnitude of the charge carried by a single proton or electron. |
EC = 1.602e-19 NOTE: changed from "e" |
1.602e-19 |
Assign | NA | Avogadro constant (mol-1) The number of atoms or molecules in one mole of a substance. |
NA = 6.022e23 | 6.022e23 |
Assign | R | Ideal gas constant (J/(mol⋅K)) Relates the energy scale to the temperature scale for a mole of substance. |
R = 8.314 | 8.314 |
Assign | σ | Stefan-Boltzmann constant (W/m²K⁴) Relates the total energy radiated by a black body to its temperature. |
sigma = 5.67e-8 | 5.67e-8 |
Assign | µ0 | Permeability of free space (N/A²) The magnetic permeability of free space. |
mu0 = 1.257e-6 | 1.257e-6 |
Assign | ε0 | Permittivity of free space (F/m) The electric permittivity of free space. |
epsilon0 = 8.854e-12 | 8.854e-12 |
Assign | Var | Description | Assign Var | Value |
---|---|---|---|---|
Assign | me | Electron mass (kg) The mass of an electron. |
me = 9.109e-31 | 9.109e-31 |
Assign | mp | Proton mass (kg) The mass of a proton. |
mp = 1.673e-27 | 1.673e-27 |
Assign | mn | Neutron mass (kg) The mass of a neutron. |
mn = 1.675e-27 | 1.675e-27 |
Assign | mµ | Muon mass (kg) The mass of a muon. |
mu = 1.883e-28 | 1.883e-28 |
Assign | mτ | Tau mass (kg) The mass of a tau particle. |
tau = 3.167e-27 | 3.167e-27 |
Assign | W± | W boson mass (eV/c²) The mass of the W boson. |
w = 80.379e9 | 80.379e9 |
Assign | Z0 | Z boson mass (eV/c²) The mass of the Z boson. |
z = 91.1876e9 | 91.1876e9 |
Assign | H | Higgs boson mass (eV/c²) The mass of the Higgs boson. |
higg = 125.1e9 | 125.1e9 |
Assign | q | Elementary charge (C) The charge of a proton or electron. |
q = 1.602e-19 | 1.602e-19 |
Assign | a0 | Bohr radius (m) The radius of the lowest energy orbit in the Bohr model. |
a0 = 5.292e-11 | 5.292e-11 |
Assign | Var | Description | Assign Var | Value |
---|---|---|---|---|
Assign | in → cm | Inches to centimeters | inch_to_cm = 2.54 | 2.54 |
Assign | ft → m | Feet to meters | foot_to_m = 0.3048 | 0.3048 |
Assign | mi → km | Miles to kilometers | mile_to_km = 1.60934 | 1.60934 |
Assign | lb → kg | Pounds to kilograms | pound_to_kg = 0.453592 | 0.453592 |
Assign | oz → g | Ounces to grams | ounce_to_g = 28.3495 | 28.3495 |
Assign | gal → L | Gallons to liters | gallon_to_liter = 3.78541 | 3.78541 |
Assign | Var | Description | Assign Var | Value |
---|---|---|---|---|
Assign | AU | Astronomical Unit (m) The average distance from Earth to the Sun. | AU = 1.496e11 | 1.496e11 |
Assign | ly | Light-year (m) The distance light travels in one year. | ly = 9.461e15 | 9.461e15 |
Assign | pc | Parsec (m) A unit of distance used in astronomy. | pc = 3.086e16 | 3.086e16 |
Assign | M☉ | Solar mass (kg) The mass of the Sun. | Msun = 1.989e30 | 1.989e30 |
Assign | Var | Description | Assign Var | Value |
---|---|---|---|---|
Assign | F | Faraday constant (C/mol) The charge of one mole of electrons. | F = 96485 | 96485 |
Assign | Vm | Molar volume of ideal gas at STP (L/mol) Volume of one mole of gas at standard temperature and pressure. | Vm = 22.414 | 22.414 |
Assign | R | Ideal gas constant (L⋅atm/(mol⋅K)) Used in gas laws. | Rgas = 0.0821 | 0.0821 |
Assign | atm → Pa | Atmospheres to Pascals Conversion factor for pressure. | atm_to_Pa = 101325 | 101325 |
Assign | Var | Description | Assign Var | Value |
---|---|---|---|---|
Assign | kC | Coulomb's constant (N⋅m²/C²) Used in Coulomb's law. | kC = 8.988e9 | 8.988e9 |
Assign | Φ0 | Magnetic flux quantum (Wb) The smallest unit of magnetic flux. | phi0 = 2.068e-15 | 2.068e-15 |
Assign | R∞ | Rydberg constant (m⁻¹) Used in atomic physics. | Rinf = 10973731.6 | 10973731.6 |
Assign | μB | Bohr magneton (J/T) The magnetic moment of an electron. | muB = 9.274e-24 | 9.274e-24 |
Assign | Var | Description | Assign Var | Value |
---|---|---|---|---|
Assign | Cp | Specific heat of water (J/g⋅K) Heat capacity of water at constant pressure. | Cp_water = 4.186 | 4.186 |
Assign | Lf | Latent heat of fusion for water (J/g) Energy required to melt ice. | Lf_water = 334 | 334 |
Assign | Lv | Latent heat of vaporization for water (J/g) Energy required to boil water. | Lv_water = 2260 | 2260 |
Assign | R | Universal gas constant (J/(mol⋅K)) Used in thermodynamics. | R_univ = 8.314 | 8.314 |
Font Size |