Square Calculator
Get the area, perimeter, and diagonal of a square from its side length.
Get the area, perimeter, and diagonal of a square from its side length.
Find the missing volume or temperature in Charles's law (V₁/T₁ = V₂/T₂) for an ideal gas at constant pressure.
Compute the apothem (perpendicular distance from the centre to the midpoint of a side) of a regular n-sided polygon with...
Estimate the storage required to record a video stream of a given duration at a given bitrate. Reports the total in GB a...
Compute the n-th tetrahedral number Te_n = n(n + 1)(n + 2) / 6 — the number of stacked spheres in a tetrahedron with n s...
Estimate the monthly electricity cost of running a home appliance: Cost = (rated_watts / 1000) × hours_per_day × days_pe...
Compute the standard logistic / sigmoid function σ(x) = 1 / (1 + e^(−x)) — the canonical S-shaped activation function an...
Convert a standard-normal z-score into the corresponding cumulative percentile (Φ(z)) using a high-accuracy logistic app...
Compute the angle of refraction when light passes from a medium of refractive index n₁ into a medium of refractive index...
Compute the period and frequency of a simple (small-angle) pendulum from its length and the local acceleration due to gr...
Compute the greatest common divisor (GCD) and the least common multiple (LCM) of two positive integers using the Euclide...
Compute the determinant of a 3×3 matrix using cofactor expansion along the first row, with a singularity flag.
Every "X% of Y" problem, every "what percent of", every percent-change question — written out the way you'd actually say them.
Standard deviation is "average distance from the average". That one sentence covers 90% of everything you ever need to remember about it.