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.
pub fn apply_algebra_to_tree_node(
node: &TreeNode,
x: &BigDecimal,
tablets: &Vec<BinaryAlgebraicExpressionTree>,
use_math_tricks: bool,
) -> Option<BigDecimal>Calculate the result of a binary tree.