Basic Examples 
(3)
 

Compute a reference angle:
In[9]:=
[◼]
ReferenceAngleDegree
[30]
Out[9]=
30
———
Compute the reference angle for angles lying in each of the four quadrants:
In[11]:=
angleList=Table[30+n90,{n,0,3}]
Out[11]=
{30,120,210,300}
In[12]:=
[◼]
ReferenceAngleDegree
/@angleList
Out[12]=
{30,60,30,60}
———
Plot the reference angle function for all angles between
0
and
360
degrees:
In[15]:=
Plot
[◼]
ReferenceAngleDegree
[theta],{theta,0,360}
Out[15]=

Scope 
(3)
 


Properties and Relations 
(2)
 
