Interface Facos

Returns the arc cosine of an angle in radians, in the range of 0.0 through PI

interface Facos {
    args: [number | GeoStylerNumberFunction];
    name: "acos";
}

Hierarchy (view full)

Properties

Properties

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