Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jsilvela/mathcode
some rough and naïve code to support a math post
https://github.com/jsilvela/mathcode
Last synced: 7 days ago
JSON representation
some rough and naïve code to support a math post
- Host: GitHub
- URL: https://github.com/jsilvela/mathcode
- Owner: jsilvela
- License: mit
- Created: 2024-02-11T10:55:31.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-12T17:55:58.000Z (11 months ago)
- Last Synced: 2024-11-11T02:42:01.293Z (2 months ago)
- Language: Go
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mathcode
some rough and naïve code to support a
[math post](https://blog.silvela.org/post/2024-01-14-math-notation/).
Definitely not a good start for a math software system, given that it uses
floating point numbers instead of symbolic manipulation.
It serves to illustrate some points on mathematical exposition (or
mis-exposition).To run it, execute `go main.go` in your terminal.
To get started with Go, go to the [home page](https://go.dev).