이 섹션은, 패키지 java.lang
, 그 하위클래스들의 안이나, 그리고 원시숫자타입 대신 이들 클래스를 인스턴스화를 사용할 상황에서의 클래스 Number
에 대한 논의로 시작합니다.
이 섹션은 또한 클래스 PrintStream
과 DecimalFormat
을 제시하는데, 이것은 formatted numerical output의 작성을 위한 메소드를 제공합니다.
This section begins with a discussion of the Number
class in the java.lang
package, its subclasses, and the situations where you would use instantiations of these classes rather than the primitive number types.
This section also presents the PrintStream
and DecimalFormat
classes, which provide methods for writing formatted numerical output.
마지막으로, java.lang
안의 클래스 Math
가 논의됩니다. 이것은 연산자가 언어 안으로 구축되도록 하는 수학적 함수를 포함하고 있습니다. 이 클래스는 trigonometric 함수들, exponential 함수들 등을 위한 메소드들을 갖고 있습니다.
Finally, the Math
class in java.lang
is discussed. It contains mathematical functions to complement the operators built into the language. This class has methods for the trigonometric functions, exponential functions, and so forth.
'Java 배우기' 카테고리의 다른 글
Formatting Numeric Print Output (0) | 2016.01.05 |
---|---|
The Numbers Classes 숫자 클래스들 (0) | 2016.01.05 |
Lesson: Numbers and Strings 단원: 숫자와 문자 (0) | 2016.01.05 |
Questions and Exercises: Inheritance 질문과 연습: 상속 (0) | 2016.01.05 |
Summary of Inheritance 상속 요약 (0) | 2016.01.05 |
댓글