time-to-botec/squiggle/node_modules/@stdlib/os/num-cpus/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

19 lines
312 B
Plaintext

{{alias}}
Number of CPUs.
In browser environments, the number of CPUs is determined by querying the
hardware concurrency API.
In Node.js environments, the number of CPUs is determined via the `os`
module.
Examples
--------
> {{alias}}
<number>
See Also
--------