warp.isinf# warp.isinf(a: Float) → bool# Kernel Python Check if a is positive or negative infinity. warp.isinf(a: Vector[Float, Any]) → bool Kernel Python Check if any element of a is positive or negative infinity. warp.isinf(a: Quaternion[Float]) → bool Kernel Python Check if any element of a is positive or negative infinity. warp.isinf(a: Matrix[Float, Any, Any]) → bool Kernel Python Check if any element of a is positive or negative infinity.