How To Represent Times To The Power Of
- Forums
- Javascipt
- How To Represent Times To The Power Of
This Page Contains information about How To Represent Times To The Power Of By Webune in category Javascipt with 1 Replies. [2175], Last Updated: Mon Jun 24, 2024
Webune
Fri May 23, 2008
1 Comments
379 Visits
if you have lets say a number 10 to the power of 5, how do you write this in a programming or script? sometimes you will have to do some mathematical calculation in your scripts, so if you have to use this kind of math, you can i will show you how.
well its easy. just use the letter e
for example to write 10 to the power of 5 you would do it like this:
var mynumber = 10e5
did this helped you?
https://www.webune.com/forums/how-to-represent-times-to-the-power-of.html