Skip to content

Add support for the dice operator.

Tormod Gjeitnes Hellen requested to merge tormeh/calc:add-dice into master

The dice operator is mostly known from boardgames.

Example: 1d6 => Throw a six-sided die once 3d10 => Throw a ten-sided die thrice

Merge request reports