⚗

FREETOOLS LABS

Integers

Number & Numeral System Calculator

Analyze integers, calculate GCD and LCM, convert bases, and work with Roman numerals.

Analyze number

A prime is an integer greater than 1 with exactly two positive divisors. Factorization searches efficiently up to the square root and is limited to |n| ≤ 10¹². Base conversion, GCD, LCM and arithmetic use BigInt. Roman numerals must be canonical and between 1 and 3999.

Result

Prime

No

SignPositive
Absolute value360
Even / oddEven
Prime factorization2³ × 3² × 5
Positive divisor count24
Positive divisors1, 2, 3, 4, 5, 6, 8, 9, 10, 12, 15, 18, 20, 24, 30, 36, 40, 45, 60, 72, 90, 120, 180, 360

Number & Numeral System Calculator

A prime is an integer greater than 1 with exactly two positive divisors. Factorization searches efficiently up to the square root and is limited to |n| ≤ 10¹². Base conversion, GCD, LCM and arithmetic use BigInt. Roman numerals must be canonical and between 1 and 3999.

I = 1V = 5X = 10L = 50C = 100D = 500M = 1000IV · IX · XL · XC · CD · CM

FAQ

Are 1 or 0 prime?

No. A prime is greater than 1.

How do GCD and LCM work?

GCD uses Euclid's algorithm; LCM derives from it with division before multiplication.

Can I use other bases?

Yes, every base from 2 to 36 using digits 0–9 and A–Z.

Why is IIII rejected?

Only canonical notation is accepted; 4 is IV.