Skip to main content
Log in

Mojo function

nan

nan[dtype: DType]() -> SIMD[dtype, 1]

Gets a NaN value for the given dtype.

Constraints:

Can only be used for FP dtypes.

Parameters:

  • dtype (DType): The value dtype.

Returns:

The NaN value of the given dtype.