我是Matlab的新手并试图找出当答案实际上在范围内时如何处理溢出和下溢算法.
例如:
x = 2e+160 x = x*x (which returns inf, an overflow) x = sqrt(x) (which is in the range)
任何帮助表示赞赏.
math matlab computer-science rounding
computer-science ×1
math ×1
matlab ×1
rounding ×1