개인적인 정리

Oracle ACOS(n) 본문

DB/ORACLE

Oracle ACOS(n)

yeon.Biju 2020. 3. 20. 09:39

ACOS(n)

 

ACOS returns the arc cosine of n. the argument n must be in the range of -1 to 1, and the function returns a value in the range of 0 to pi, expressed in radians.

 

SQL> SELECT ACOS(.3) FROM DUAL ;

   --> 1.2661036727795

'DB > ORACLE' 카테고리의 다른 글

ORACLE ASCIISTR()  (0) 2020.03.24
ORACLE ASCII() 함수  (0) 2020.03.23
ORACLE APPENDCHILDXML() 함수  (0) 2020.03.23
ORACLE ADD_MONTHS(date, integer)  (0) 2020.03.20
Oracle ABS(n)  (0) 2020.03.20
oci_connect() [function.oci-connect]: ORA-24408  (0) 2019.11.08
TABLE EXPORT & IMPORT (CLOB 포함)  (0) 2019.05.14
ORA-01843: 지정한 월이 부적합합니다.  (0) 2019.04.17
Comments