errors in multiprecision
20 Apr
2023
20 Apr
'23
3:51 p.m.
Hi John, some functions do not work with multiprecision-integer-types, e.g. using T = boost::multiprecision::int256_t; using ::std::isinf; const auto x = T{5}; const auto y = isinf(x); // ct error std::cout << y << std::endl; gives a CT error. cu Gero
586
Age (days ago)
586
Last active (days ago)
0 comments
1 participants
participants (1)
-
Gero Peterhoff