Update help

This commit is contained in:
Austen Adler 2021-04-27 00:00:05 -04:00
parent 21492876c5
commit fe38a6c7b1

View File

@ -151,20 +151,22 @@ fn main() -> Result<(), Box<dyn Error>> {
draw_clippy_rect( draw_clippy_rect(
ClippyRectangle { ClippyRectangle {
title: "Help", title: "Help",
msg: "+ => Add s => Sin\n\ msg: "\
- => Subtract c => Cos\n\ + => Add s => Sin\n\
* => Multiply t => Tan\n\ - => Subtract c => Cos\n\
/ => Divide S => ASin\n\ * => Multiply t => Tan\n\
n => Negate C => ACos\n\ / => Divide S => ASin\n\
| => Abs T => ATan\n\ n => Negate C => ACos\n\
i => Inverse v => Sqrt\n\ | => Abs T => ATan\n\
% => Modulo u => Undo\n\ i => Inverse v => Sqrt\n\
\\ => Drop U => Redo\n\ % => Modulo u => Undo\n\
? => IntegerDivide ^ => Pow\n\ \\ => Drop U => Redo\n\
<ret> => Dup l => Log\n\ ? => IntegerDivide ^ => Pow\n\
> => Swap L => Ln\n\ <ret> => Dup l => Log\n\
> => Swap L => Ln\n\
e => E ^c => Constants\n\ e => E ^c => Constants\n\
m => Macros rR => Registers", m => Macros rR => Registers\
",
}, },
f, f,
); );