Convert Numbers Formula


Equation for calculate convert numbers is,

Thousands = n x 0.1;
Lakhs = n x 0.001;
Crores = n x 0.00001;
Millions = n x 0.0001;
Billions = n x 1e-7;
Trillions = n x 1e-10

Where,

n = value in hundred,