Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit 2511e3e

Browse files
author
Matthias Koeppe
committed
src/sage/groups/matrix_gps/coxeter_group.py: Do not use sage.symbolic for easy cases of cos(pi/x) (fixup)
1 parent 13c5092 commit 2511e3e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/sage/groups/matrix_gps/coxeter_group.py

+2
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,8 @@ def val(x):
292292
def val(x):
293293
if x == -1:
294294
return 2
295+
elif x == 1:
296+
return -2
295297
elif x == 2:
296298
return 0
297299
elif x == 3:

0 commit comments

Comments
 (0)