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
Тесты не работает и не покрывают все ветвления
Зачем в делении нужно умножение?
calculator_DM/computing/integer/div.py
Lines 16 to 20 in 732a59c
if num1.number != num2.number.multiply(res.number): > res.number = res.number.add(Natural("1")) E NameError: name 'Natural' is not defined ..\..\..\computing\integer\div.py:17: NameError
Lines 19 to 23 in 732a59c
if num1.sign > 0 > num2.sign:
С 14 также
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Тесты не работает и не покрывают все ветвления
Зачем в делении нужно умножение?
calculator_DM/computing/integer/div.py
Lines 16 to 20 in 732a59c
calculator_DM/computing/integer/div.py
Lines 19 to 23 in 732a59c
можно написать
С 14 также
The text was updated successfully, but these errors were encountered: