We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0710c52 commit fba4d88Copy full SHA for fba4d88
quantities/units/angle.py
@@ -3,10 +3,10 @@
3
4
from numpy import pi
5
6
-from quantities.units.unitquantity import UnitAngle, UnitQuantity
+from quantities.units.unitquantity import UnitAngle, UnitQuantity, dimensionless
7
8
radian = radians = \
9
- UnitAngle('radian')
+ UnitAngle('radian', 1*dimensionless)
10
turn = turns = circle = circles = \
11
UnitAngle('turn', 2*pi*radian)
12
arcdeg = arcdegs = degree = degrees = angular_degree = angular_degrees = \
0 commit comments