Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Float point support for functional simulation #258

Open
ryukzak opened this issue Sep 27, 2023 · 0 comments
Open

Float point support for functional simulation #258

ryukzak opened this issue Sep 27, 2023 · 0 comments

Comments

@ryukzak
Copy link
Owner

ryukzak commented Sep 27, 2023

Docs:

  1. Function implementations: https://github.com/ryukzak/nitta/blob/master/src/NITTA/Intermediate/Functions.hs
  2. Simulation implementation: https://github.com/ryukzak/nitta/blob/master/src/NITTA/Intermediate/Simulation.hs

How we can start it:

  1. Write your own test for functional simulation: https://github.com/ryukzak/nitta/blob/master/test/NITTA/Intermediate/Simulation/Tests.hs
  2. Try to add test for float type (instance for Fractional a) with simple algorithm.
  3. Add function definition for float point division.
  4. Use it inside function simulation test.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant