Divides this number by other.
other
Obj<double> operator /(Obj<num> other) => (value / other.value).obj;