math.pow10() function
The math.pow10()
function returns 10**n
, the base-10 exponential of n
.
Output data type: Float
import "math"
math.pow10(n: 3)
// Returns 1000
Parameters
n
The value used in the operation.
Special cases
math.pow10(n: <-323) // Returns 0
math.pow10(n: >308) // Returns +Inf
Support and feedback
Thank you for being part of our community! We welcome and encourage your feedback and bug reports for Flux and this documentation. To find support, the following resources are available:
InfluxDB Cloud customers can contact InfluxData Support.