Member Junction
    Preparing search index...

    Action that evaluates mathematical expressions safely using JavaScript's built-in math functions. Supports basic arithmetic operations, parentheses, and common math functions.

    // Simple arithmetic
    await runAction({
    ActionName: 'Calculate Expression',
    Params: [{
    Name: 'Expression',
    Value: '(2 * 3) + 4 / 15'
    }]
    });

    // Using math functions
    await runAction({
    ActionName: 'Calculate Expression',
    Params: [{
    Name: 'Expression',
    Value: 'sqrt(16) + pow(2, 3) + sin(PI/2)'
    }]
    });

    Hierarchy (View Summary)

    Index

    Constructors

    Methods

    Constructors

    Methods