Search
Description
Using erfc() as part of a function leads to an error "- not defined"
Exampe: z(x):=erfc(x) -> error
z(x):= 1-erf(x) -> no error, work around
brotjob (Monday, August 2, 2021 11:07 PM) #
I was unaware it is so easy to calculate erfc. With my simple custom erfc function the error does not occur, see attachment erfc-custom.png