We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We need to expand our test coverage for the ieee754 and binary_to_decimal functions to ensure their robustness. The following tasks are proposed:
ieee754
binary_to_decimal
Test cases for ieee754 function:
+0
-0
+inf
-inf
NaN
Test cases for binary_to_decimal function:
0
1
Current test: https://github.com/proyectosingenieriauninorte/NumericalMethods/tree/main/marlonpy/tests
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Descripción de la Tarea
We need to expand our test coverage for the
ieee754
andbinary_to_decimal
functions to ensure their robustness. The following tasks are proposed:Pasos a Seguir
Test cases for
ieee754
function:+0
,-0
,+inf
,-inf
, andNaN
.Test cases for
binary_to_decimal
function:0
,1
, and long sequences of1
s and0
s.+0
inieee754
.-0
inieee754
.+inf
inieee754
.-inf
inieee754
.NaN
inieee754
.ieee754
.binary_to_decimal
.binary_to_decimal
.binary_to_decimal
.Información Adicional
Current test:
https://github.com/proyectosingenieriauninorte/NumericalMethods/tree/main/marlonpy/tests
The text was updated successfully, but these errors were encountered: