Skip to content

@yantrix/functions v0.0.2Docs


Yantrix API / @yantrix/functions / Transformers / log

Function: log()

ts
function log(a, b): null | number

Calculates the logarithm of a number with a specified base.

Parameters

a: number

b: number

Returns

null | number

The logarithm of the number with the specified base.