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