Skip to content
Snippets Groups Projects
Forked from pycodegen / pystencils
Source project has a limited visibility.
Stephan Seitz's avatar
Stephan Seitz authored
Using the SymPy implementation for printing a `sympy.Function` has some issues:

 - you cannot use `cast_func` as an argument -> SymPy prints
 `cast_func(2,float)
 - typed numbers are not typed any more -> e.g. pow(x, 0.25) instead of
 pow(x, 0.25f)
a1c374cc
History
Name Last commit Last update