remove non-conforming hyperbolic and log10 evaluable functors
This commit is contained in:
@@ -197,13 +197,6 @@ impl<'a> ArithmeticEvaluator<'a> {
|
||||
atom!("sin") => Ok(Instruction::Sin(a1, t)),
|
||||
atom!("tan") => Ok(Instruction::Tan(a1, t)),
|
||||
atom!("log") => Ok(Instruction::Log(a1, t)),
|
||||
atom!("asinh") => Ok(Instruction::ASinh(a1, t)),
|
||||
atom!("acosh") => Ok(Instruction::ACosh(a1, t)),
|
||||
atom!("atanh") => Ok(Instruction::ATanh(a1, t)),
|
||||
atom!("sinh") => Ok(Instruction::Sinh(a1, t)),
|
||||
atom!("cosh") => Ok(Instruction::Cosh(a1, t)),
|
||||
atom!("tanh") => Ok(Instruction::Tanh(a1, t)),
|
||||
atom!("log10") => Ok(Instruction::Log10(a1, t)),
|
||||
atom!("exp") => Ok(Instruction::Exp(a1, t)),
|
||||
atom!("sqrt") => Ok(Instruction::Sqrt(a1, t)),
|
||||
atom!("acos") => Ok(Instruction::ACos(a1, t)),
|
||||
|
||||
Reference in New Issue
Block a user