手册
目录
收藏849
分享
阅读2981
更新时间2025-07-22
前言:
定义和用法sqrt() 方法返回数的平方根。实例返回不同数的平方根:System.out.println(Math.sqrt(0));System.out.pr
sqrt() 方法返回数的平方根。
返回不同数的平方根:
System.out.println(Math.sqrt(0)); System.out.println(Math.sqrt(1)); System.out.println(Math.sqrt(9)); System.out.println(Math.sqrt(0.64)); System.out.println(Math.sqrt(-9));
点击 "运行实例" 按钮查看在线实例
| 参数 | 描述 |
|---|---|
| number | 必需。需要找到其平方根的数。 |
| 返回: |
表示数字的平方根的 如果数字小于 0,则返回 NaN。 |
|---|---|
| Java 版本: | 任意版本。 |
相关
视频
RELATED VIDEOS
科技资讯
1
2
3
4
5
6
7
8
9
精选课程
共5课时
17.2万人学习
共49课时
77.2万人学习
共29课时
61.9万人学习
共25课时
39.4万人学习
共43课时
71.1万人学习
共25课时
61.8万人学习
共22课时
23万人学习
共28课时
34万人学习
共89课时
125.5万人学习