| 9 | |
| 10 | template<> |
| 11 | void FixInput_<Integer>::read(std::istream& in, const ArgVector::value_type* params) |
| 12 | { |
| 13 | double x; |
| 14 | in >> x; |
| 15 | items[0] = round(x * exp2(*params)); |
| 16 | } |
| 17 | |
| 18 | template<> |
| 19 | void FixInput_<bigint>::read(std::istream& in, const ArgVector::value_type* params) |
no outgoing calls
no test coverage detected