time-to-botec/js/node_modules/@stdlib/constants/time/milliseconds-in-minute/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

17 lines
309 B
Plaintext

{{alias}}
Number of milliseconds in a minute.
The value is a generalization and does **not** take into account
inaccuracies arising due to complications with time and dates.
Examples
--------
> var mins = 3.14;
> var ms = mins * {{alias}}
188400
See Also
--------