asin
Returns the arcsine of the input.
Example usage:
CircleLayer circleLayer = new CircleLayer("layer-id", "source-id");
circleLayer.setProperties(
circleRadius(asin(pi()))
);
Content copied to clipboard
Return
expression
Parameters
number
the number to calculate the arcsine for
See also
<a href="https://maplibre. org/maplibre-style-spec/expressions/#asin">Style specification</a>
Returns the arcsine of the input.
Example usage:
CircleLayer circleLayer = new CircleLayer("layer-id", "source-id");
circleLayer.setProperties(
circleRadius(asin(90))
);
Content copied to clipboard
Return
expression
Parameters
number
the number to calculate the arcsine for
See also
<a href="https://maplibre. org/maplibre-style-spec/expressions/#asin">Style specification</a>