time-to-botec/squiggle/node_modules/@stdlib/constants/time/seconds-in-hour/docs/repl.txt

18 lines
357 B
Plaintext
Raw Normal View History

{{alias}}
Number of seconds in an hour.
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 hrs = 3.14;
> var secs = hrs * {{alias}}
11304
See Also
--------