Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.

Implement math for integers #12

Open
lkdm opened this issue Sep 8, 2024 · 0 comments
Open

Implement math for integers #12

lkdm opened this issue Sep 8, 2024 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed
Milestone

Comments

@lkdm
Copy link
Owner

lkdm commented Sep 8, 2024

At the moment Mills can be in the same equation as floats. This should also be implemented for integers.

I think this means that an integer of 2 should be considered 2000 Mill.

  • Add or subtract needs to mult the int by 1000 before performing the calc.
  • Multiply can just be done.
  • How would division work?
@lkdm lkdm changed the title Implement math for its Implement math for integers Sep 8, 2024
@lkdm lkdm added help wanted Extra attention is needed enhancement New feature or request labels Sep 9, 2024
@lkdm lkdm added this to the v0.2 milestone Sep 9, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant