log10
float log10(float n)
<vector> log10(<vector>n)
Returns the base 10 logarithm of n
. For vectors, this is done per-component.
float log10(float n)
<vector> log10(<vector>n)
Returns the base 10 logarithm of n
. For vectors, this is done per-component.