Skip to main content

apply_algebra_to_tree_node

Function apply_algebra_to_tree_node 

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

Calculate the result of a binary tree.