- TI nspire
angle() 함수 사용 방법
Reference Guide 발췌
angle(Exprl) ⇒ expression
Returns the angle of the argument, interpreting the argument as a complex number.
인수를 복소수로 해석하여, 인수의 각도를 반환합니다.
Note: All undefined variables are treated as real variables.
참고: 정의되지 않은 모든 변수는 실수 변수로 취급됩니다.
angle(List1) ⇒ list
angle(Matrix1) ⇒ matrix
Returns a list or matrix of angles of the elements in List1 or Matrix1, interpreting each element as a complex number that represents a two-dimensional rectangular coordinate point.
각 요소를 2차원 직교 좌표점을 나타내는 복소수로 해석하여,
List1 또는 Matrix1에 있는 요소의 각도 목록 또는 행렬을 반환합니다.
사분면에 따른 angle() 함수 부호 및 각도 측정 방향
ㄴ 순서대로 1사분면, 2사분면, 3사분면, 4사분면
ㄴ 1,2사분면은 반시계 방향으로
ㄴ 3,4사분면은 시계 방향(음수)로 표시
3,4분면을 반시계 방향(양수)으로 측정하고 싶다면 2π 를 더해주면 됩니다.