UNPKG

mingo

Version:

MongoDB query language for in-memory objects

10 lines (9 loc) 249 B
import { ExpressionOperator } from "../../../types"; /** * Calculates the square root of a positive number and returns the result as a double. * * @param obj * @param expr * @returns {number} */ export declare const $sqrt: ExpressionOperator;