time-to-botec/js/node_modules/@stdlib/constants/time/seconds-in-week/docs/repl.txt
NunoSempere b6addc7f05 feat: add the node modules
Necessary in order to clearly see the squiggle hotwiring.
2022-12-03 12:44:49 +00:00

18 lines
358 B
Plaintext

{{alias}}
Number of seconds 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 secs = wks * {{alias}}
1899072
See Also
--------