Leap Year Calculator

Check whether a year is a leap year.

Scratchpad (not saved)

What This Calculator Does

Check whether a year is a leap year.

It combines Year to estimate Leap Year.

Formula & Method

Core equations: Leap year rule: \text{Leap}=((y\bmod4=0)\land(y\bmod100\neq0))\lor(y\bmod400=0).

Notation used in the formulas: R = Leap Year; x_{1} = Year.

Method summary: inputs are normalized to consistent units, core equations are evaluated, then secondary values are derived and rounded for display.

Use this calculator for quick scenario analysis. Start with baseline values, change one driver at a time, and compare how sensitive the results are to each input shown above.

Inputs Used

  • Year: Used directly in the calculation.

Related Calculators