import { type mongoose } from "https://deno.land/x/mongoose@7.8.2/types/expressions.d.ts";
const { Cosh } = mongoose.Expression;
Properties
$cosh: NumberExpression
Returns the hyperbolic cosine of a value that is measured in radians.
x/mongoose/types/expressions.d.ts>mongoose.Expression.Cosh
import { type mongoose } from "https://deno.land/x/mongoose@7.8.2/types/expressions.d.ts";
const { Cosh } = mongoose.Expression;
Returns the hyperbolic cosine of a value that is measured in radians.