UNPKG

mingo

Version:

MongoDB query language for in-memory objects

6 lines (5 loc) 205 B
import { ExpressionOperator } from "../../../types"; /** * Calculates the natural logarithm ln (i.e loge) of a number and returns the result as a double. */ export declare const $ln: ExpressionOperator;