Math.pow: How do you get away with rounding effect
807607Nov 10 2006 — edited Nov 10 2006By default Math.pow returns the result after rounding, but if the precision is important , how should one disable the rounding effect.
i.e. if actual result is 0.03490, Math.pow returns it as 0.0 and this is a big problem if the factor is used in further calculation and high level precision is mandatory.