2022.10.25
コンテンツ
Mathクラスのメソッド
- 小数点以下を繰り上げ - Math.ceil
- 小数点以下を繰り下げ - Math.floor
- 小数点以下を四捨五入 - Math.round
- 符号 - Math.signum
- 絶対値 - Math.abs
- 最小値 - Math.min
- 最大値 - Math.max
- 平方根 - Math.sqrt
- 立方根 - Math.cbrt
- 角度→ラジアン 変換 - Math.toRadians
- ラジアン→角度 変換 - Math.toDegrees
- 三角関数 sin(正弦) - Math.sin
- 三角関数 cos(余弦) - Math.cos
- 三角関数 tan(正接) - Math.tan
- 逆三角関数 asin - Math.asin
- 逆三角関数 acos - Math.acos
- 逆三角関数 atan - Math.atan
- 逆三角関数 atan2 - Math.atan2
- 乱数 - Math.random
- 累乗 - Math.pow
- 対数 - Math.log、Math.log10
Mathクラスの定数
数学関連のコンテンツ
数学に関連したJavaのソースコート、用語を解説したコンテンツをまとめました。