9. def Title (//): return #

Isuseo·2021년 2월 5일
0

PHP

목록 보기
5/5

1. octdec() = to convert this octal string to a decimal number.

(Octal to decimal)의 약어. Octal 은 8진수를 decimal 은 10진수를 의미한다. 8진수의 int를 10진수로 변환하여 리턴한다.

2. deg2rad() = to radians

각도를 동일한 라디안 값으로 구한다.

3. cos() = to take the cosine

코사인값을 리턴한다.

4. round() = round (반올림)

5. log() = to take the natural log

자연 로그값을 리턴한다

6. abs() = to take the absolute value

절대값을 리턴한다

7. acos() = to take the inverse, or arc cosine

라디안으로 주어진 값을 아크코사인값으로 리턴한다.

8. rad2deg() = to convert this to a number of degrees

9. floor() = to floor (round down)

내림값으로 리턴한다.

10. ceil()

매게변수의 올림값을 리턴한다.

11. max() =

가장 큰 값을 리턴한다.

12. min() =

가장 작은 값을 리턴한다.

13. rand() =

난수를 발생한다.

14. mt_rand()

난수를 리턴한다.

profile
A to z

0개의 댓글