You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have defined a UDF for Fraser-Suzuki like this : define Myfs(height, center, hwhm, shape) = heightexp(-ln(2)(ln(1+2shape(x-center)/hwhm))^2/shape^2), but I found that there had some "NAN", I tried to use the "TERNARY" to solve this problem like this: define Myfs(height, center, hwhm, shape)=2shape(x-center)/hwhm<1? (heightexp(-ln(2)(ln(1+2shape(x-center)/hwhm)/shape)^2)):0, but the had some error message: "`AFTER_TERNARY' is not allowed for variables/functions"
Docs seem to be broken due to missing target/file:
The text was updated successfully, but these errors were encountered: