Skip to content

Commit

Permalink
Tue Jan 29 13:41:04 PST 2019
Browse files Browse the repository at this point in the history
  • Loading branch information
Denys Gonor committed Jan 29, 2019
1 parent ea5e7d3 commit 5ff5e1b
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 42 deletions.
40 changes: 0 additions & 40 deletions AVM.h

This file was deleted.

2 changes: 1 addition & 1 deletion ClassOperand.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ class Operand : public IOperand{

IOperand const * operator%( IOperand const & rhs ) const {

if (convert_compare(rhs) == convert_type("0.00000000") || convert_type(this->toString()) == convert_type("0.0000000000"))
if (convert_compare(rhs) == convert_type("0.00000000000000") || convert_type(this->toString()) == convert_type("0.00000000000000"))
throw DivideByZeroExcept();

if (rhs.getPrecision() > this->getPrecision())
Expand Down
Binary file removed avm
Binary file not shown.
1 change: 0 additions & 1 deletion del
Submodule del deleted from 1ac7f4
1 change: 1 addition & 0 deletions dgonor
Submodule dgonor added at 43c35e
Binary file added form.zip
Binary file not shown.

0 comments on commit 5ff5e1b

Please sign in to comment.