Open hirschmichael opened 1 year ago
Hi,
I would like 3*m + 2 to raise an Exception, so that the user is forced to write
3*m + 2
mm = 1e-3*m 3*m + 2*mm
Thanks
Hi,
I would like
3*m + 2
to raise an Exception, so that the user is forced to writeThanks