Tests whether any element of the given vector is numeric (not a NaN).
d=vec_any_numeric(a)
The following table describes the types of the returned value and the function arguments.
| d | a |
|---|---|
| int | vector float |
| vector double |
The result is 1 if any element of a is numeric (not a NaN). Otherwise, the result is 0.