Skip to content

Commit 14f2aba

Browse files
authored
Merge pull request #1372 from mathics/Degree-test
Adjust Degree test
2 parents 8c732b2 + 82d8385 commit 14f2aba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mathics/builtin/numbers/constants.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -258,12 +258,12 @@ class Degree(MPMathConstant, NumpyConstant, SympyConstant):
258258
>> Degree == Pi / 180
259259
= True
260260
261+
>> N[\\[Degree]] == N[Degree]
262+
= True
263+
261264
#> Cos[Degree[x]]
262265
= Cos[Degree[x]]
263266
264-
## Issue 274
265-
#> \\[Degree] == ° == Degree
266-
= True
267267
268268
#> N[Degree]
269269
= 0.0174533

0 commit comments

Comments
 (0)