public static bool LnToLogRunnable(RPN.Node node) { return(node.IsLn()); }
public static bool LnPowerRuleRunnable(RPN.Node node) { return(node.IsLn() && node[0].IsExponent() && !node[0, 0].IsVariable()); }