MongoDB $atan

In MongoDB, the $atan aggregation pipeline operator returns the arctangent (inverse tangent) of a value.

The return value is in radians.

$atan accepts any valid expression that resolves to a number.

The $atan operator was introduced in MongoDB 4.2.

Read more

MongoDB $asinh

In MongoDB, the $asinh aggregation pipeline operator returns the hyperbolic arcsine (inverse hyperbolic sine) of a value, measured in radians.

$asinh accepts any valid expression that resolves to a number.

The $asinh operator was introduced in MongoDB 4.2.

Read more

MongoDB $acosh

In MongoDB, the $acosh aggregation pipeline operator returns the hyperbolic arccosine (inverse hyperbolic cosine) of a value, measured in radians.

$acosh accepts any valid expression that resolves to a number between 1 and +Infinity.

The $acosh operator was introduced in MongoDB 4.2.

Read more

MongoDB $acos

In MongoDB, the $acos aggregation pipeline operator returns the arccosine (inverse cosine) of a value, measured in radians.

$acos accepts any valid expression that resolves to a number between -1 and 1.

The $acos operator was introduced in MongoDB 4.2.

Read more

MongoDB $cos

In MongoDB, the $cos aggregation pipeline operator returns the cosine of a value that is measured in radians.

$cos accepts any valid expression that resolves to a number.

The $cos operator was introduced in MongoDB 4.2.

Read more

MongoDB $degreesToRadians

In MongoDB, the $degreesToRadians aggregation pipeline operator converts an input value measured in degrees to radians.

$degreesToRadians accepts any valid expression that resolves to a number.

The $degreesToRadians operator was introduced in MongoDB 4.2.

Read more

MongoDB $radiansToDegrees

In MongoDB, the $radiansToDegrees aggregation pipeline operator converts an input value measured in radians to degrees.

$radiansToDegrees accepts any valid expression that resolves to a number.

The $radiansToDegrees operator was introduced in MongoDB 4.2.

Read more