Bug SS-3543
1 vote

[Maxima] over-greedy translation regexp for int()

Created by Martin Kraska on 6/18/2018 6:21 PM Last Updated by Martin Kraska on 6/18/2018 6:21 PM
%
 (hrs)
Logged: 0   (hrs)

 Description

The regexp for conversion of int() to integrate() is too greedy as it converts everything ending with int(.

This renders other functions like cint() unusable because they are translated into cintegrate().

There are no comments for this issue.