UNPKG

mingo

Version:

MongoDB query language for in-memory objects

10 lines (9 loc) 258 B
import { ExpressionOperator } from "../../../types"; /** * Calculates the natural logarithm ln (i.e loge) of a number and returns the result as a double. * * @param obj * @param expr * @returns {number} */ export declare const $ln: ExpressionOperator;