Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Education
KAlgebra
Commits
047ce5c6
Commit
047ce5c6
authored
Mar 15, 2008
by
Aleix Pol Gonzalez
🐧
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Backport of the fix.
CCBUG: 159376 svn path=/branches/KDE/4.0/kdeedu/kalgebra/; revision=786065
parent
91e360e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
src/analitza/analitza.cpp
src/analitza/analitza.cpp
+3
-1
No files found.
src/analitza/analitza.cpp
View file @
047ce5c6
...
...
@@ -805,7 +805,9 @@ void Analitza::reduce(enum Operator::OperatorType op, Cn *ret, Cn oper, bool una
// case Operator::arcsec:
// case Operator::arcsech:
// case Operator::arcsinh:
// case Operator::arctanh:
case
Operator
::
arctanh
:
a
=
atanh
(
a
);
break
;
case
Operator
::
exp
:
a
=
exp
(
a
);
break
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment