Skip to content

Commit

Permalink
update user guide example
Browse files Browse the repository at this point in the history
  • Loading branch information
mofosyne committed Oct 28, 2023
1 parent e8b6f27 commit d333639
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
1 change: 1 addition & 0 deletions quickmath.js
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ function runTests() {
let failures = runDelimTests();
failures += failures > 0 ? 0 : runMathBlockTestCase('readme.md');
failures += failures > 0 ? 0 : runFullTestCase('readme.md');
failures += failures > 0 ? 0 : runMathBlockTestCase('userexamples.md');
failures += failures > 0 ? 0 : runFullTestCase('userexamples.md');
failures += failures > 0 ? 0 : runFullTestCase('testcases_basics.md');
failures += failures > 0 ? 0 : runFullTestCase('testcases_advance.md');
Expand Down
9 changes: 4 additions & 5 deletions userexamples.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,13 +256,12 @@ animal count: 98982 fancyanimals^2

## Use Cases Examples


### Catering

# Use Cases Examples
### Catering Use Case Example

Maybe you want to do some pricing estimations?
This shows how you can use
This shows how you can use your own units e.g. `pax` as it is declared during assignment.
Also shows how you can use math.js function declaration to define your own equations.
And also shows how units can have spaces if needed.

```calc
# Range Quote Input
Expand Down

0 comments on commit d333639

Please sign in to comment.