time-to-botec/squiggle/node_modules/@stdlib/constants/time/hours-in-week/docs/repl.txt

18 lines
354 B
Plaintext
Raw Normal View History

{{alias}}
Number of hours in a week.
The value is a generalization and does **not** take into account
inaccuracies due to daylight savings conventions, crossing timezones, or
other complications with time and dates.
Examples
--------
> var wks = 3.14;
> var hrs = wks * {{alias}}
527.52
See Also
--------