pub fn is_finite(x: f64) -> bool
Returns whether x is a finite value, i.e. it is not @GDScript.NAN, positive infinity, or negative infinity. See also [method is_inf] and [method is_nan].
x
@GDScript.NAN