eligius
    Preparing search index...

    Interface IMathOperationData

    interface IMathOperationData {
        args: (string | number | typeof toStringTag)[];
        functionName: MathFunctionKeys;
        mathResult?: number;
    }
    Index

    Properties

    args: (string | number | typeof toStringTag)[]

    @type=ParameterType:array

    functionName: MathFunctionKeys

    @type=ParameterType:mathfunction

    mathResult?: number