docx
    Preparing search index...

    Type Alias IMathFunctionOptions

    Options for creating a MathFunction.

    type IMathFunctionOptions = {
        children: readonly MathComponent[];
        name: readonly MathComponent[];
    }
    Index

    Properties

    Properties

    children: readonly MathComponent[]

    The function argument (e.g., the expression inside sin(...))

    name: readonly MathComponent[]

    The function name (e.g., "sin", "cos", "log")