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?