From 07aa93046f6821f33a28a6dc4d4d29c3b03fd186 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Tue, 8 Mar 2022 09:01:57 -0500 Subject: [PATCH] update Help --- src/egui_app.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/egui_app.rs b/src/egui_app.rs index 91c2da9..e181c53 100644 --- a/src/egui_app.rs +++ b/src/egui_app.rs @@ -74,8 +74,7 @@ const HELP_EXPR: &str = "- sqrt(x): square root of x - acos(x): arccosine of x - atan(x): arctangent of x - atan2, sinh, cosh, tanh, asinh, acosh, atanh -- floor, ceil, round -- signum, min, max"; +- floor, ceil, round, signum"; // Used in the "Panel" section of the Help window const HELP_PANEL: &str =