Function calculate

  • compute root TreeNode, the TreeNode will then recursively compute children TreeNodes and Tokens

    Returns

    The resulting bit of the computation

    Parameters

    • tree: TreeNode

      The root TreeNode

    • profile: string

      The expression's profile

    • _input: number[]

      The input bits, represented as numbers

    Returns boolean

Generated using TypeDoc