This commit is contained in:
Simon Gardling
2023-03-23 12:24:14 -04:00
parent b421159f81
commit f8a1297857
4 changed files with 125 additions and 103 deletions

View File

@@ -505,7 +505,7 @@ impl App for MathApp {
ui.collapsing("Functions", |ui| {
ui.label("(From Left to Right)\n`✖` allows you to delete the selected function. Deleting a function is prevented if only 1 function exists.\n`∫` toggles integration.\n`d/dx` toggles the calculation of derivatives.\n`⚙` opens a window to tweak function options.");
});
ui.collapsing("Other", |ui| {
ui.label("- Extrema (local minimums and maximums) and Roots (intersections with the x-axis) are displayed though yellow and light blue points respectively located on the graph. These can be toggled in the side panel.");
});