To enable numpy operations like `arr.abs().max()` the dual number types in Python have to implement `abs()` and comparison operators.
To enable numpy operations like
arr.abs().max()the dual number types in Python have to implementabs()and comparison operators.