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
Currently, sec^2(x) is invalid and not parsed. Users instead have to use sec(x)^2 to get sec^2(x). Requires further investigation in the parser to determine if sec^2(x) can be supported.
Currently,
sec^2(x)is invalid and not parsed. Users instead have to usesec(x)^2to get sec^2(x). Requires further investigation in the parser to determine ifsec^2(x)can be supported.