| 57 | } |
| 58 | |
| 59 | void CtrlrLuaBigInteger::setRange(const int startBit, const int numBits) |
| 60 | { |
| 61 | bi.setRange (startBit, numBits, true); |
| 62 | } |
| 63 | |
| 64 | const int CtrlrLuaBigInteger::getBitRangeAsInt(const int startBit, const int numBits) |
| 65 | { |
no outgoing calls
no test coverage detected