首页 > 学院 > 开发设计 > 正文

Math总结

2019-11-08 02:07:42
字体:
来源:转载
供稿:网友

System.out.PRintln(Math.log10(-23)); Output: NaN

Endless loop

Problem: How to know if it is endless loop? — Math202HappyNumber

Store all numbers and check every time a new number is created

Overflow

Overflow of Int — Math7ReverseInteger

Use longer type and judge if overflow, at last change back to original type


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表