Skip to content

Commit

Permalink
Fixed example
Browse files Browse the repository at this point in the history
  • Loading branch information
dvd101x committed Apr 21, 2024
1 parent 60b02e7 commit 4d21a93
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file removed Engineering-Calculator.png
Binary file not shown.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Is a tool for doing numerical calculations fast and easy. It includes units, thermodynamic properties and many more.

[![MainFigure](Engineering-Calculator.png)](https://dvd101x.github.io/Engineering-Solver/)
[![MainFigure](gui.png)](https://dvd101x.github.io/Engineering-Solver/)

## Quick start

Expand Down
4 changes: 2 additions & 2 deletions examples.js
Original file line number Diff line number Diff line change
Expand Up @@ -466,8 +466,8 @@ print('x has two solutions $0 and $1', x, 4)
# ## Proof
proof = a x.^2 + b x + c;
print('Using x = $0 we get $1', [x[1], proof[1]], 4)
print('Using x = $0 we get $1', [x[2], proof[2]], 4)`
print('Using x = $1 we get $2', [x[1], proof[1]], 4)
print('Using x = $1 we get $2', [x[2], proof[2]], 4)`
}

// To get a new examples use editor.state.doc.toString().replace(/\r?\n/g,'\n').split('\n')
Expand Down
Binary file added gui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4d21a93

Please sign in to comment.