Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 305 Bytes

File metadata and controls

20 lines (16 loc) · 305 Bytes

Math::Pow10

Math::Pow(x): number

Calculates 10 raised to the power of x.

Table 1. Parameters

x

int

Power

Return

x raised to the power of 10.

println(Math::Pow10(2)); // Will print "100.000000"