MathParser icon indicating copy to clipboard operation
MathParser copied to clipboard

atan2(2)

Open KirillOsenkov opened this issue 10 years ago • 0 comments

Don't crash

System.ArgumentException: Incorrect number of arguments supplied for call to method 'Double Atan2(Double, Double)' at System.Linq.Expressions.Expression.ValidateArgumentCount(MethodBase method, ExpressionType nodeKind, Int32 count, ParameterInfo[] pis) at System.Linq.Expressions.Expression.Call(MethodInfo method, Expression arg0) at GuiLabs.MathParser.ExpressionTreeBuilder.CreateCallExpression(Node root) at GuiLabs.MathParser.ExpressionTreeBuilder.CreateExpressionCore(Node root) at GuiLabs.MathParser.ExpressionTreeBuilder.CreateExpression(Node root, CompileResult status) at GuiLabs.MathParser.Compiler.CompileExpression(String expressionText) at MyOwnSearchEngine.Math.GetResult(Query query)

KirillOsenkov avatar Oct 31 '15 03:10 KirillOsenkov