isfinite#

rbc.stdlib.elementwise_functions.isfinite(a)#

Tests each element x_i of the input array x to determine if finite (i.e., not NaN and not equal to positive or negative infinity).

Array-API ‘isfinite’ doc