-
Notifications
You must be signed in to change notification settings - Fork 7
Math
Giorgio Garofalo edited this page Oct 11, 2024
·
2 revisions
Mathematical functions provide a way of performing numeric operations.
.var {radius} {8}
If we try to calculate the **surface** of a circle of **radius .radius**,
we'll find out it's **.multiply {.pow {.radius} to:{2}} by:{.pi}**
If we try to calculate the surface of a circle of radius 8, we’ll find out it’s 201.06194
Please refer to stdlib's Math
for a complete list of available functions.
- Syntax of a function call
- Declaring functions
- Dynamic typing
- Localization
- Including other Quarkdown files
- Importing external libraries
- Document metadata
- Theme
- Page format
- Page margin content
- Page counter
- Automatic page break
- Numbering
- Table of contents
- Stacks (row, column, grid)
- Align
- Container
- Box
- Collapsible
- Whitespace
- String
- Number
- Markdown content
- Boolean
- Enumeration entry
- Iterable
- Dictionary
- Range
- Lambda
- Size(s)
- Color
- Dynamic