fermi/README.md

34 lines
845 B
Markdown
Raw Normal View History

# A minimalist calculator for fermi estimation
This project contains a minimalist calculator for Fermi estimation. Right now, it just multiplies lognormals.
## Motivation
Sometimes, [Squiggle](https://github.com/quantified-uncertainty/squiggle), [simple squiggle](https://git.nunosempere.com/quantified.uncertainty/simple-squiggle) or [squiggle.c](https://git.nunosempere.com/personal/squiggle.c) are still too complicated and un-unix-like.
## An example
Perhaps this example might be clearer with comment
##
2024-05-10 19:09:35 +00:00
To do:
- [ ] Write README
- [ ] Add show more info version
- [ ] Add division?
- [ ] Read from file?
- [ ] Save to file?
- [ ] Program into a small device, like a calculator?
- [ ] Allow comments?
- Use a sed filter?
- [ ] Think of some way of calling bc
2024-05-10 19:09:35 +00:00
go run main.go < model.f
sed 's|//||' model.f | go run main.go