Interface Fexp

Returns Euler’s number e raised to the power of x

interface Fexp {
    args: [number | GeoStylerNumberFunction];
    name: "exp";
}

Hierarchy (view full)

Properties

Properties

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