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

VB.NET Base30 Error Found #179

Open
n1njatalon opened this issue Jan 21, 2020 · 0 comments
Open

VB.NET Base30 Error Found #179

n1njatalon opened this issue Jan 21, 2020 · 0 comments

Comments

@n1njatalon
Copy link

I was not able to convert base30 to native and then back from native to base30. I was able to compare c# test units and found the issue lies in "ToBase30" function.

The line that causes these issues is:
Dim div As Integer = num / mag

when it should be

Dim div As Integer = num \ mag

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