This repository was archived by the owner on Nov 10, 2022. It is now read-only.

Description
File "eispice3/module/calc.py", line 79, in calc.Variable
Failed example:
z = xx + cos(20*y + x) - (x / (y+50)) # z is of type _Result
Exception raised:
Traceback (most recent call last):
File "/usr/lib/python3.4/doctest.py", line 1324, in __run
compileflags, 1), test.globs)
File "<doctest calc.Variable[3]>", line 1, in
z = xx + cos(20*y + x) - (x / (y+50)) # z is of type _Result
TypeError: unsupported operand type(s) for /: 'Variable' and '_Result'