RF Touchstone / index / log10
Variable: log10()
log10: <
T>(x) =>T
Defined in: node_modules/mathjs/types/index.d.ts:7564
Calculate the 10-base of a value. This is the same as calculating log(x, 10). For matrices, the function is evaluated element wise.
Type Parameters
T
T extends number | Complex | BigNumber | MathCollection<MathNumericType>
Parameters
x
T
Value for which to calculate the logarithm.
Returns
T
Returns the 10-base logarithm of x