For types T
for which std::is_floating_point<T>::value
is true
, does the C++ standard specify anything on the way that T
should be implemented?
For example, does T
has even to follow a sign/mantissa/exponent representation? Or can it be completely arbitrary?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…