Summary: | Some functions present in Dictionary can't be used (e.g. arctanh). Console says they are unimplemented. | ||
---|---|---|---|
Product: | [Applications] kalgebra | Reporter: | Joey Adams <joeyadams3.14159> |
Component: | general | Assignee: | Aleix Pol <aleixpol> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Joey Adams
2008-03-15 22:56:09 UTC
SVN commit 786061 by apol: Added a missing operation. BUG: 159376 M +7 -6 operations.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=786061 SVN commit 786065 by apol: Backport of the fix. CCBUG: 159376 M +3 -1 analitza.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=786065 I think this bug should still be open. The patch from Aleix Pol added one of the missing operations, but we are still missing arccsc, arccsch, arcsec, arcsech, arcsinh, arctanh. Yes you are right, I'm reopening the bug. It is finally working now, there is the OperatorsModelTest which is checking this won't happen anymore ;). |