math.log10() function
The math.log10()
function returns the decimal logarithm of x
.
Output data type: Float
import "math"
math.log10(x: 3.14)
// Returns 0.4969296480732149
Parameters
x
The value used in the operation.
Data type: Float
Special cases
math.log10(x: +Inf) // Returns +Inf
math.log10(x: 0) // Returns -Inf
math.log10(x: <0) // Returns NaN
math.log10(x: NaN) // Returns NaN
Support and feedback
Thank you for being part of our community! We welcome and encourage your feedback and bug reports for InfluxDB and this documentation. To find support, the following resources are available:
InfluxDB Cloud and InfluxDB Enterprise customers can contact InfluxData Support.