Interface Ftan

Returns the trigonometric tangent of angle expressed in radians

interface Ftan {
    args: [number | GeoStylerNumberFunction];
    name: "tan";
}

Hierarchy (view full)

Properties

Properties

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