acos
Returns the arccosine of the input.
Example usage:
CircleLayer circleLayer = new CircleLayer("layer-id", "source-id");
circleLayer.setProperties(
    circleRadius(acos(pi()))
);
Content copied to clipboard
Return
expression
Parameters
number
the number to calculate the arccosine for
See also
<a href="https://maplibre.
Returns the arccosine of the input.
Example usage:
CircleLayer circleLayer = new CircleLayer("layer-id", "source-id");
circleLayer.setProperties(
    circleRadius(acos(0))
);
Content copied to clipboard
Return
expression
Parameters
number
the number to calculate the arccosine for
See also
<a href="https://maplibre.