You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
varargs1=func1.Calculate(work);if(args1.Type!=OperandType.NUMBER){args1=args1.ToNumber("Function SIGN parameter is error!");if(args1.IsError){returnargs1;}}
89
+
varargs1=func1.Calculate(work);if(args1.Type!=OperandType.NUMBER){args1=args1.ToNumber("Function SQRT parameter is error!");if(args1.IsError){returnargs1;}}
varargs1=func1.Calculate(work);if(args1.Type!=OperandType.NUMBER){args1=args1.ToNumber("Function SIGN parameter is error!");if(args1.IsError){returnargs1;}}
108
+
varargs1=func1.Calculate(work);if(args1.Type!=OperandType.NUMBER){args1=args1.ToNumber("Function TRUNC parameter is error!");if(args1.IsError){returnargs1;}}
0 commit comments