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

All System.Math methods should be performed as native calls #345

Closed
josesimoes opened this issue Jun 15, 2018 · 1 comment · Fixed by nanoframework/nf-interpreter#748
Closed

Comments

@josesimoes
Copy link
Member

The methods Abs, Min and Max are coded in C#. As they are performing floating point operations and also for performance reasons they should be replaced with native calls.

@josesimoes
Copy link
Member Author

Native changes implemented with nanoframework/nf-interpreter#748.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant