ReferenceMathpow10On this pagepow10lq.pow10(value) Computes 10x10^x10x for the given number xxx, guaranteeing floating point computation, even when the input is an int. Parametersvalue : int | floatThe exponent to which to raise the number 10.