Skip to content

Commit

Permalink
docs(external): remove obsolete note (#22012)
Browse files Browse the repository at this point in the history
  • Loading branch information
pront authored Dec 10, 2024
1 parent 2f53b1c commit 2815ec0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion website/cue/reference/remap/functions/to_float.cue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ remap: functions: to_float: {
description: """
Coerces the `value` into a float.
"""
notices: ["Since [VRL v0.20.0](\(urls.vrl_changelog)#0200-2024-11-27) which is used since Vector v0.43.0, this function behaves differently than [parse_float](\(urls.vrl_functions)#parse_float). Notably, `to_float` will return an error for [non-normal](\(urls.is_normal)) floats whereas [parse_float](\(urls.vrl_functions)#parse_float) can return `inf` which might result in unsafe arithmetic operations that panic. This will be addressed in the future."]
arguments: [
{
name: "value"
Expand Down

0 comments on commit 2815ec0

Please sign in to comment.