mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 09:24:36 +00:00
website: better formating
This commit is contained in:
@@ -137,9 +137,9 @@ Compiler Additions
|
||||
- The following procs are now available at compile-time::
|
||||
|
||||
math.sqrt, math.ln, math.log10, math.log2, math.exp, math.round,
|
||||
math.arccos, math.arcsin, math.arctan, math.arctan2, math.cos, math.cosh,
|
||||
math.hypot, math.sinh, math.sin, math.tan, math.tanh, math.pow,
|
||||
math.trunc, math.floor, math.ceil, math.fmod,
|
||||
math.arccos, math.arcsin, math.arctan, math.arctan2, math.cos,
|
||||
math.cosh, math.hypot, math.sinh, math.sin, math.tan, math.tanh,
|
||||
math.pow, math.trunc, math.floor, math.ceil, math.fmod,
|
||||
os.getEnv, os.existsEnv, os.dirExists, os.fileExists,
|
||||
system.writeFile
|
||||
|
||||
|
||||
Reference in New Issue
Block a user