New answers tagged number-representation
2
You may use for example:
pr[n_] := NumberForm[n, Infinity, ExponentFunction -> (Null &)]
so that:
pr[1.52522*10^7]
(* 15252200. *)
Top 50 recent answers are included