Interface Flog

Returns the natural logarithm (base e) of x

interface Flog {
    args: [number | GeoStylerNumberFunction];
    name: "log";
}

Hierarchy (view full)

Properties

Properties

args: [number | GeoStylerNumberFunction]
name: "log"