I want to find the exact value for Rydberg constant, so I Type
N[(1/(4*pi *eO))^2 * ((m *e^4)/((h)^3*c (4 pi)))] ;
Needs[Miscellaneous`PhysicalConstants` ];
values = {e -> ElectronCharge, m -> ElectronMass,
eO -> ElectricConstant, h -> PlanckConstantReduced,
c -> SpeedOfLight};
and the program shows (0.015625 e^4 m)/(c eO^2 h^3 pi^3).
What should I do in order to find the numerical value.