> For the complete documentation index, see [llms.txt](https://docs.cascade.io/cascade/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cascade.io/cascade/functions-and-expressions/functions/math/fillinfinity.md).

# FILLINFINITY

FILLINFINITY(`series`, `value`)

Fills the infinity values within a `series` with a specified `value`

### Arguments <a href="#arguments" id="arguments"></a>

| Argument | Description                           |
| -------- | ------------------------------------- |
| `series` | Column containing infinity values     |
| `value`  | Value to replace infinity values with |

### Outputs <a href="#outputs" id="outputs"></a>

A column matching `series` with all infinity values replaced by the specified `value`

### Example

{% embed url="<https://datawrapper.dwcdn.net/s7031/1/>" %}
