Chop
Chop(numerical-expr)
replaces numerical values in the
numerical-expr
which are close to zero with symbolic value0
.
Examples
>> Chop(0.00000000001)0
Implementation status
- ✅ - full supported
Chop(numerical-expr)
replaces numerical values in the
numerical-expr
which are close to zero with symbolic value0
.
>> Chop(0.00000000001)0