enhanced stix_divints() to handle modulo/remainder more clearly

This commit is contained in:
hyunghwan.chung
2015-11-22 14:48:09 +00:00
parent d8da07cb59
commit fe8b6dfa24
5 changed files with 103 additions and 6 deletions

View File

@ -1093,6 +1093,7 @@ stix_oop_t stix_divints (
stix_t* stix,
stix_oop_t x,
stix_oop_t y,
int modulo,
stix_oop_t* rem
);