Skip to content

Commit a7eaec0

Browse files
committed
Fixes 'float' link
1 parent bd535ec commit a7eaec0

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/acs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ACS(numericExpression)
1010
##Description
1111

1212
Returns the arc cosine value of the given argument.
13-
Argument must be a numeric expression. Returned value type is [Float](types#float.md).
13+
Argument must be a numeric expression. Returned value type is [float](types.md#Float).
1414

1515
##Examples
1616

docs/asn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ASN(numericExpression)
1010
##Description
1111

1212
Returns the arc sine value of the given argument.
13-
Argument must be a numeric expression. Returned value type is [float](types#float.md).
13+
Argument must be a numeric expression. Returned value type is [float](types.md#Float).
1414

1515
##Examples
1616

docs/atn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ATN(numericExpression)
1010
##Description
1111

1212
Returns the arc tangent value of the given argument.
13-
Argument must be a numeric expression. Returned value type is [float](types#float.md).
13+
Argument must be a numeric expression. Returned value type is [float](types.md#Float).
1414

1515
##Examples
1616

docs/cos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ COS(numericExpression)
1010
##Description
1111

1212
Returns the cosine value of the given argument.
13-
Argument must be a numeric expression in radians units. Returned value type is [float](types#float.md).
13+
Argument must be a numeric expression in radians units. Returned value type is [float](types.md#Float).
1414

1515
##Examples
1616

docs/sin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ SIN(numericExpression)
99
##Description
1010

1111
Returns the sine value of the given argument.
12-
Argument must be a numeric expression in radians units. Returned value type is [float](types#float.md).
12+
Argument must be a numeric expression in radians units. Returned value type is [float](types.md#Float).
1313

1414
##Examples
1515

docs/tan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ TAN(numericExpression)
1111
##Description
1212

1313
Returns the tangent value of the given argument.
14-
Argument must be a numeric expression in radians units. Returned value type is [float](types#float.md).
14+
Argument must be a numeric expression in radians units. Returned value type is [float](types.md#Float).
1515

1616
##Examples
1717

0 commit comments

Comments
 (0)