33 lines
2.0 KiB
JSON
33 lines
2.0 KiB
JSON
{
|
|
"help_expr": [
|
|
"abs, signum, sin, cos, tan, asin, acos, atan, sinh, cosh, tanh, floor, round, ceil, trunc, fract, exp, sqrt, cbrt, ln, log2, log10"
|
|
],
|
|
"help_vars": [
|
|
"- Euler's number is supported via 'e' or 'E'",
|
|
"- PI is available through 'pi' or 'π'"
|
|
],
|
|
"help_panel": [
|
|
"- The 'Panel' button toggles if the side bar should be shown or not. This can also be accomplished by pressing the 'h' key.",
|
|
"- The 'Add Function' button adds a new function to be graphed. You can then configure that function in the side panel.",
|
|
"- The 'Help' button opens and closes this window!",
|
|
"- The 'Info' button provides information on the build currently running.",
|
|
"- The Sun/Moon button toggles Dark and Light mode."
|
|
],
|
|
"help_func": [
|
|
"(From Left to Right)",
|
|
"- The `✖` allows you to delete the function in question. Deleting a function is prevented if only 1 function exists.",
|
|
"- The `∫` indicates whether to integrate the function in question.",
|
|
"- The `d/dx` toggles the calculation of derivatives.",
|
|
"- The `⚙` opens a window to tweak function options."
|
|
],
|
|
"help_other": [
|
|
"- Extrema (local minimums and maximums) and Roots (intersections with the x-axis) are displayed though yellow and light blue points on the graph. You can toggle these in the Side Panel.",
|
|
"- In some edge cases, math functions may not parse correctly. More specifically with implicit multiplication. If you incounter this issue, please do report it on the project's Github page (linked on the side panel). But a current workaround would be explicitly stating a multiplication operation through the use of an asterisk."
|
|
],
|
|
"agpl_info": "The AGPL license ensures that the end user, even if not hosting the program itself, is still guaranteed access to the source code of the project in question.",
|
|
"welcome": [
|
|
"Welcome to the (Yet-to-be-named) Graphing Software!",
|
|
"This project aims to provide an intuitive experience graphing mathematical functions with features such as Integration, differentiation, extrema, roots, and much more! (see Help menu for more details)"
|
|
]
|
|
}
|