mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-01 04:54:15 +00:00
Update cheatsheets
This commit is contained in:
@@ -32,6 +32,6 @@ source: https://github.com/tldr-pages/tldr.git
|
|||||||
|
|
||||||
`julia -E '{{(1 - cos(pi/4))/2}}'`
|
`julia -E '{{(1 - cos(pi/4))/2}}'`
|
||||||
|
|
||||||
- Start Julia in parallel mode, using N worker processes:
|
- Start Julia in multithreaded mode, using N threads:
|
||||||
|
|
||||||
`julia -p {{N}}`
|
`julia -t {{N}}`
|
||||||
|
|||||||
Reference in New Issue
Block a user