Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Compute the angle between the hands of a clock
ClockHandAngles[timeSpec] returns an association of information for the angle between the hands of a clock at the given time. | |
ClockHandAngle[timeSpec,unit] returns the clock information in the angular units specified by units. |
| "HourMinuteAngle" | angle between hour and minute hands of a clock |
| "HourSecondAngle" | angle between hour and second hands of a clock |
| "MinuteSecondAngle" | angle between minute and second hands of a clock |
| "ClockImage" | displays clock set to the current time |
Compute the angle between clock hands at 2:20:
| In[1]:= |
|
| Out[1]= |
|
Return only the angular Quantity:
| In[2]:= |
|
| Out[2]= |
|
Compute the angles at time 6:20:20:
| In[3]:= |
|
| Out[3]= |
|
Compute the angles of the clock hands at the current time:
| In[4]:= |
|
| Out[4]= |
|
Compute the angle between clock hands in radians:
| In[5]:= |
|
| Out[5]= |
|
This work is licensed under a Creative Commons Attribution 4.0 International License