Add own implementation for printing an unknown function
Compare changes
- Stephan Seitz authored
@@ -32,8 +32,7 @@ def test_cuda_but_not_c():
@@ -46,4 +45,3 @@ def test_cuda_unknown():
Using the SymPy implementation for printing a sympy.Function
has some issues:
cast_func
as an argument -> SymPy prints
`cast_func(2,float)Maybe a disadvantage or an advantage:
Would have prevented commits like:
Fix: type of sqrt(int) was int not floating point type