update Help

This commit is contained in:
Simon Gardling 2022-03-08 09:01:57 -05:00
parent ea6823b852
commit 07aa93046f

View File

@ -74,8 +74,7 @@ const HELP_EXPR: &str = "- sqrt(x): square root of x
- acos(x): arccosine of x - acos(x): arccosine of x
- atan(x): arctangent of x - atan(x): arctangent of x
- atan2, sinh, cosh, tanh, asinh, acosh, atanh - atan2, sinh, cosh, tanh, asinh, acosh, atanh
- floor, ceil, round - floor, ceil, round, signum";
- signum, min, max";
// Used in the "Panel" section of the Help window // Used in the "Panel" section of the Help window
const HELP_PANEL: &str = const HELP_PANEL: &str =