printfn / fend

Arbitrary-precision unit-aware calculator
https://printfn.github.io/fend
MIT License
587 stars 50 forks source link

Support for obtaining the minimum and maximum of a distribution #286

Open haykam821 opened 3 months ago

haykam821 commented 3 months ago

For example:

> d2
  1: 50.00%  ##############################
  2: 50.00%  ##############################

> min d2
1

> max d2
2

Some things to consider: