Bug SS-4672
1 vote

erf() and erfc() not usable with symbolic optimization

Created by brotjob on 8/2/2021 7:27 PM Last Updated by brotjob on 8/2/2021 7:27 PM
%
 (hrs)
Logged: 0   (hrs)

 Description

Using erf() with a function throws an error "x not defined" when the evaluation is symbolic.

Example: y(x):=x

sin(y(x))=sin(x) -> it works with functions other than erf()

erf(y(x))= -> error

There are no comments for this issue.