小编kev*_*112的帖子

如何处理溢出和下溢?

我是Matlab的新手并试图找出当答案实际上在范围内时如何处理溢出和下溢算法.

例如:

x = 2e+160
x = x*x (which returns inf, an overflow)
x = sqrt(x) (which is in the range)
Run Code Online (Sandbox Code Playgroud)

任何帮助表示赞赏.

math matlab computer-science rounding

4
推荐指数
1
解决办法
2581
查看次数

标签 统计

computer-science ×1

math ×1

matlab ×1

rounding ×1