Go to file
2024-05-10 20:50:55 +01:00
more move extras to their own folder 2024-05-10 20:14:58 +01:00
f.go add division 2024-05-10 20:50:55 +01:00
makefile save readme and another example, add makefile 2024-05-10 20:35:06 +01:00
README.md save readme and another example, add makefile 2024-05-10 20:35:06 +01:00

A minimalist calculator for fermi estimation

This project contains a minimalist calculator for Fermi estimation. Right now, it just multiplies lognormals.

Motivation

Sometimes, Squiggle, simple squiggle or squiggle.c are still too complicated and un-unix-like.

An example

Perhaps this example might be clearer with comment

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

go run main.go < model.f sed 's|//||' model.f | go run main.go