Add missing constructor.
-123.abs returns -123 because the dot has higher precedence so it's really -(123.abs).