<!--{

"title": "math()"

}-->

Evaluate a raw mathematical expression.

<code>math( *expression* [, *unit*] )</code>

## Examples

```crush
font-size: math( 12 / 16, em );
```

```css
font-size: 0.75em;
```
