Skip to content

The Math Class

Handout

The Math toolbox

  • The Math class is a library of ready-made math class methods and constants.
  • No import and no object needed — just call Math.something(...).
  • It covers powers, roots, rounding, absolute value, min/max, and more.
  • It's the go-to for any calculation beyond the basic operators.

Handout

Log in or create account

IGCSE & A-Level