UNPKG

mingo

Version:

MongoDB query language for in-memory objects

6 lines (5 loc) 254 B
import { Any, AnyObject, Options } from "../../../types"; /** * Calculates the natural logarithm ln (i.e loge) of a number and returns the result as a double. */ export declare const $ln: (obj: AnyObject, expr: Any, options: Options) => number | null;