We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 367d0e8 commit e20def2Copy full SHA for e20def2
1 file changed
src/exp2python/python/SCL/Builtin.py
@@ -580,7 +580,7 @@ def SQRT(V):
580
# ===================
581
#15.24 Tan - arithmetic function
582
#FUNCTION TAN ( V:NUMBER ) : REAL;
583
-#The tan function returns the tangent of of an angle.
+#The tan function returns the tangent of an angle.
584
#Parameters : V is a number representing an angle expressed in radians.
585
#Result : The tangent of the angle. If the angle is npi/2, where n is an odd integer, indeterminate
586
#(?) is returned.
0 commit comments