isnan~ Reference

Return 1 if input is NaN (Not a Number), else return zero.

isnan~

Examples

Inlets

NaN Input [auto]

The value to be tested for NaN errors

Outlets

Output [signal]

Returns 1 if input is NaN

Dynamic Attributes

These attributes can be modified in the code during execution using the set object

in1 [auto]

The value to be tested for NaN errors

reset [bang] (default: 0)

Reset inlets to default values.

See Also

Name Description
fixnan Replace NaN (Not a Number) values with zero.
mod Divide two values, output the remainder
div Divide inputs