Averages/Mean time of day: Difference between revisions

Content added Content deleted
(Added Julia language)
Line 874: Line 874:
=={{header|Julia}}==
=={{header|Julia}}==
{{works with|Julia|0.6}}
{{works with|Julia|0.6}}
{{trans|Matlab}}
{{trans|MATLAB}}
<lang julia>function meantime(times::Array, dlm::String=":")
<lang julia>function meantime(times::Array, dlm::String=":")
c = π / (12 * 60 * 60)
c = π / (12 * 60 * 60)