fixdenorm Reference

Replace denormal values with 0.

fixdenorm

Examples

Inlets

Input [number]

The value to be fixed if denormal

Outlets

Fixed Output [number]

Returns 0 if input value is denormal

Fixed Attributes

These attributes must be set in the object box and determine the behavior of the object at runtime.

hot [bool] (default: 0)

All inlets trigger calculation.

Dynamic Attributes

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

in1 [number]

The value to be fixed if denormal

reset [bang] (default: 0)

Reset inlets to default values.

See Also

Name Description
isdenorm Return 1 if input is a denormal value, else return zero.
isdenorm~ Return 1 if input is a denormal value, else return zero.
fixnan Replace NaN (Not a Number) values with zero.
fixnan~ Replace NaN (Not a Number) values with zero.