warp.isinf#

warp.isinf(a: Float) bool#
  • Kernel

Check if a is positive or negative infinity.

warp.isinf(a: Vector[Float, Any]) bool
  • Kernel

Check if any element of a is positive or negative infinity.

warp.isinf(a: Quaternion[Float]) bool
  • Kernel

Check if any element of a is positive or negative infinity.

warp.isinf(a: Matrix[Float, Any, Any]) bool
  • Kernel

Check if any element of a is positive or negative infinity.