HeiniKlum

20 Reputation

7 Badges

15 years, 210 days

MaplePrimes Activity


These are Posts that have been published by HeiniKlum

There seems to be a bug in the CodeGeneration package for Python which leads to a deletion of braces in some cases.

# E.g.

CodeGeneration[Python](Pi*(a+2));

# leads to

cg5 = math.pi * a + 2

which is obviously wrong.

Page 1 of 1