본문 바로가기
Java 배우기

Numbers 숫자

by 노화방지 Anti-aging Hairstyle 2016. 1. 5.
반응형


이 섹션은, 패키지 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.


반응형

댓글