:):)hi everyone..
i've been working on my system since last week...
can somebody give me TAGS which i can use for getting the exponent of a number..
thanks..
Printable View
:):)hi everyone..
i've been working on my system since last week...
can somebody give me TAGS which i can use for getting the exponent of a number..
thanks..
Maybe this will help:
Code:NumExp=Math.floor(Math.log(What)/Math.log(10));