Skip to content

Commit

Permalink
Update _ibpp.cpp
Browse files Browse the repository at this point in the history
Update internal aux functions to Fb4
bool isIntegerNumber(SDT type)
bool isRationalNumber(SDT type)
  • Loading branch information
arvanus committed Jun 25, 2022
1 parent a01546a commit 1bd8c1a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ibpp/_ibpp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,7 @@ namespace IBPP
case SDT::sdSmallint:
case SDT::sdInteger:
case SDT::sdLargeint:
case SDT::sdInt128:
return true;
}
return false;
Expand All @@ -425,6 +426,8 @@ namespace IBPP
switch (type) {
case SDT::sdDouble:
case SDT::sdFloat:
case SDT::sdDec16:
case SDT::sdDec34:
return true;
}
return false;
Expand Down

0 comments on commit 1bd8c1a

Please sign in to comment.