File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ ACS(numericExpression)
1010##Description
1111
1212Returns 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
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ ASN(numericExpression)
1010##Description
1111
1212Returns 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
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ ATN(numericExpression)
1010##Description
1111
1212Returns 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
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ COS(numericExpression)
1010##Description
1111
1212Returns 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
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ SIN(numericExpression)
99##Description
1010
1111Returns 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
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ TAN(numericExpression)
1111##Description
1212
1313Returns 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
You can’t perform that action at this time.
0 commit comments