UNPKG

mingo

Version:

MongoDB query language for in-memory objects

8 lines (7 loc) 267 B
import { ExpressionOperator } from "../../../types"; /** * Returns the result of the sigmoid function (the integration of the normal distribution with standard deviation 1). * @param {*} obj * @param {*} expr */ export declare const $sigmoid: ExpressionOperator;