cosh
The hyperbolic cosine of a value that is measured in radians.
If the value is null
or NaN
, it is returned unchanged.
Example
class Trigonometry(
val name: String,
val angle: Double,
val cosh: Double,
)
collection.aggregate()
.set {
Trigonometry::cosh set cosh(of(Trigonometry::angle))
}
Content copied to clipboard