Skip to content
Kalio
5 tools

Math & Dates tools

Scientific notation, ages, date spans, grades and GPA.

Nothing is uploaded. This tool runs entirely inside your browser tab. Your files and figures stay on your device - we never receive them, so we cannot read, store or lose them.

Arithmetic that respects the calendar

Date maths is deceptively hard. Months have different lengths, leap years break the pattern every four years except when they do not, and "one month later" has no single correct answer. The age calculator and date calculator handle these cases explicitly and say what convention they follow, rather than quietly picking one.

A calculator that does not use eval

The scientific calculator parses what you type with a shunting-yard parser instead of handing it to the JavaScript engine. That means your input is read as arithmetic and never executed as code, and it means errors can tell you what is actually wrong - an unbalanced bracket, a missing operand - rather than failing silently.

Grades and averages

The GPA calculator and grade calculator answer different questions. GPA weights whole courses by credit hours across a transcript. The grade calculator weights assessments within a single course, and works backwards to tell you what you need on what remains.

Both are worth understanding rather than just using, because the arithmetic explains where your effort has the most leverage - and, sometimes, where it has none.