Interface Fatan

Returns the arc tangent of an angle in radians, in the range of -PI/2 through PI/2

interface Fatan {
    args: [number | GeoStylerNumberFunction];
    name: "atan";
}

Hierarchy (view full)

Properties

Properties

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