@mathjax/src
    Preparing search index...

    Function ComplexityMathItemMixin

    • The mixin for adding complexity to MathItems

      Type Parameters

      • N

        The HTMLElement node class

      • T

        The Text node class

      • D

        The Document class

      • B extends EMItemC<N, T, D>

        The MathItem class to extend

      Parameters

      • BaseMathItem: B

        The MathItem class to be extended

      • computeComplexity: (math: ComplexityMathItem<N, T, D>) => void

        Method of complexity computation.

      Returns CMItemC<N, T, D> & B

      The complexity MathItem class