From f287e8d22b2ba662a733d002cd602868710c3fc6 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Tue, 8 Mar 2022 11:38:05 -0500 Subject: [PATCH] update help --- src/egui_app.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/egui_app.rs b/src/egui_app.rs index 250545f..20f7625 100644 --- a/src/egui_app.rs +++ b/src/egui_app.rs @@ -51,7 +51,6 @@ lazy_static::lazy_static! { // Used when displaying supported expressions in the Help window const HELP_EXPR: &str = "- sqrt(x): square root of x - abs(x): absolute value of x -- exp(x): e^x - ln(x): log with base e - log10(x): base 10 logarithm of x - log(x): same as log10(x)