FILLINFINITY
Replace infinity values within input value
FILLINFINITY(series
, value
)
Fills the infinity values within a series
with a specified value
Arguments
Argument | Description |
| Column containing infinity values |
| Value to replace infinity values with |
Outputs
A column matching series
with all infinity values replaced by the specified value
Example
Last updated