Ignore:
Timestamp:
12/03/16 01:52:05 (7 years ago)
Author:
Maciej Komosinski
Message:

Modulo by zero is safe just as division by zero and prints analogous messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/util/extvalue.h

    r522 r636  
    168168        void divInt(paInt a);
    169169        void divDouble(double a);
     170        void modInt(paInt a);
     171        void modDouble(double a);
    170172
    171173        int operator==(const ExtValue& src) const;
Note: See TracChangeset for help on using the changeset viewer.