Skip to content

Commit e20def2

Browse files
committed
Misc. typo
1 parent 367d0e8 commit e20def2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/exp2python/python/SCL/Builtin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ def SQRT(V):
580580
# ===================
581581
#15.24 Tan - arithmetic function
582582
#FUNCTION TAN ( V:NUMBER ) : REAL;
583-
#The tan function returns the tangent of of an angle.
583+
#The tan function returns the tangent of an angle.
584584
#Parameters : V is a number representing an angle expressed in radians.
585585
#Result : The tangent of the angle. If the angle is npi/2, where n is an odd integer, indeterminate
586586
#(?) is returned.

0 commit comments

Comments
 (0)