bmw-software-engineering / trlc

Treat Requirements Like Code
GNU General Public License v3.0
58 stars 10 forks source link

alternative modelling of decimals #23

Open florianschanda opened 1 year ago

florianschanda commented 1 year ago

We can model decimals as integers and then divide them by a suitably large power of ten. This is not sound, but it is then complete, which may be in the spirit of this tool anyway.

We could make this configurable from the command-line.

phiwuu commented 5 months ago

Why do we need this?