Function apply_algebra_to_tree_node

Source
pub fn apply_algebra_to_tree_node(
    node: &TreeNode,
    x: &Dec,
    tablets: &Vec<BinaryAlgebraicExpressionTree>,
    use_math_tricks: bool,
) -> Dec
Expand description

Calculate the result of a binary tree.