pub fn apply_algebra_to_tree_node(
node: &TreeNode,
x: &Decimal<MAX_DECIMAL_PLACES>,
tablets: &Vec<BinaryAlgebraicExpressionTree>,
use_math_tricks: bool,
) -> Decimal<MAX_DECIMAL_PLACES>Expand description
Calculate the result of a binary tree.