Protein Intake for Muscle Gain Calculator
Calculates minimum and optimal daily protein intake for hypertrophy (1.6–2.2 g/kg/day). Shows total grams, calories from...
Calculates minimum and optimal daily protein intake for hypertrophy (1.6–2.2 g/kg/day). Shows total grams, calories from...
Converts a decimal integer to binary (base 2) and hexadecimal (base 16) by successive division, and shows the number of...
Compute the angle between two 3D vectors using cos θ = (a·b) / (|a| · |b|), and report the angle in both degrees and rad...
Convert 2-D Cartesian (rectangular) coordinates (x, y) to polar coordinates (r, θ): r = √(x² + y²), θ = atan2(y, x) in r...
Compute the Wilson-score confidence interval for a binomial proportion p̂ = x/n. Unlike the standard Wald CI, the Wilson...
Compute the volume of a parallelepiped formed by three edge vectors a, b, c using the scalar triple product: V = |a · (b...
Compute the five-number summary (min, first quartile Q1, median, third quartile Q3, max), interquartile range (IQR), and...
Estimate hours to complete a video game from its main-story length and a target completion bracket (Main, Main+Side, Com...
Compute the mole fraction of a solute (and the solvent) from the moles of each component.
Compute the area of a kite from the lengths of its two diagonals.
Estimates total vertical descent (number of runs × vert per run), lift time vs ski time, and calories burned: ~400 kcal/...
Compute the uncompressed file size of a raster image from its pixel dimensions and bit depth (channels × bits per channe...
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.