Interface Fasin

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

interface Fasin {
    args: [number | GeoStylerNumberFunction];
    name: "asin";
}

Hierarchy (view full)

Properties

Properties

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