nan-max ( seq -- n )


Vocabulary
math.extras

Inputs
seqa sequence


Outputs
na number


Word description
Return the maximum of seq ignoring any NaNs.

Definition