Skip to main content

function

max_or_inf

max_or_inf[type: DType]() -> SIMD[$0, 1]

Returns the maximum (potentially infinite) value of type.

Parameters:

  • type (DType): The value dtype.

Returns:

The maximum representable value of the type. Can include infinity for floating-point types.

Was this page helpful?