Skip to content

Type Alias: MathFunctionType

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Utilities / MathFunctionType

Type Alias: MathFunctionType

MathFunctionType = "sqrt" | "pow" | "sin" | "cos" | "tan" | "asin" | "acos" | "atan" | "atan2" | "sinh" | "cosh" | "tanh" | "asinh" | "acosh" | "atanh" | "exp" | "log" | "log10" | "floor" | "ceiling" | "round" | "truncate" | "abs" | "sign" | "pi" | "e" | "deg_to_rad" | "rad_to_deg"

Defined in: src/types/utilities.ts:176

Math function type.