1
0
Atdalīts 0
This commit is contained in:
Carsten Larsen 2017-07-16 23:07:14 +02:00
vecāks 60df83a113
revīzija a6d28448f6
1 mainīti faili ar 6 papildinājumiem un 0 dzēšanām

Parādīt failu

@ -162,6 +162,12 @@ coth(1+2i);
sech(1+2i);
csch(1+2i);
.fi
.SH KNOWN BUGS
.IP \[bu] 2
If amath(1) is linked with system libraries (-lm) sometimes the real part
of a result of arccosh of a complex number, is negative instead of positive.
.IP \[bu]
coth() with complex numbers is inaccurate on the 14th digit.
.SH HOMEPAGE
https://amath.innolan.net/
.SH AUTHORS