debug removed in lie_exp

This commit is contained in:
Zeno Rogue 2023-01-07 11:44:31 +01:00
parent f5f6bdcf3b
commit 63032a42a2
1 changed files with 0 additions and 1 deletions

View File

@ -3126,7 +3126,6 @@ EX shiftpoint lie_exp(hyperpoint h1) {
else if(sl2) {
h[3] = 0;
ld v = h[0] * h[0] + h[1] * h[1] - h[2] * h[2];
println(hlog, "v = ", v);
if(v < 0) {
v = sqrt(-v);
h *= sin(v) / v;