---
title: "math Example"
description: "Extracted example from ctx.libs"
---

# ctx.libs

## math

```ts
const result = ctx.libs.math.evaluate('2 + 3 * 4');
// result === 14
```
