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