We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/FujishigeTemma/typst-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
frac.md•551 B
# Fraction
## `frac`
A mathematical fraction.
# Example
```example
$ 1/2 < (x+1)/2 $
$ ((x+1)) / 2 = frac(a, b) $
```
# Syntax
This function also has dedicated syntax: Use a slash to turn neighbouring
expressions into a fraction. Multiple atoms can be grouped into a single
expression using round grouping parentheses. Such parentheses are removed
from the output, but you can nest multiple to force them.
## Parameters
### num *(required)*
The fraction's numerator.
### denom *(required)*
The fraction's denominator.
## Returns
- content