Skip to main content

pow10

lq.pow10(value)

Computes 10x10^x for the given number xx, guaranteeing floating point computation, even when the input is an int.

Parameters

value : int | float

The exponent to which to raise the number 10.