Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request boriel-basic#270 from boriel/doc/updates
Browse files Browse the repository at this point in the history
Fixes 'float' link
  • Loading branch information
boriel committed Apr 4, 2020
2 parents bd535ec + a7eaec0 commit 90b5889
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/acs.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ACS(numericExpression)
##Description

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

##Examples

Expand Down
2 changes: 1 addition & 1 deletion docs/asn.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ASN(numericExpression)
##Description

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

##Examples

Expand Down
2 changes: 1 addition & 1 deletion docs/atn.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ATN(numericExpression)
##Description

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

##Examples

Expand Down
2 changes: 1 addition & 1 deletion docs/cos.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ COS(numericExpression)
##Description

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

##Examples

Expand Down
2 changes: 1 addition & 1 deletion docs/sin.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ SIN(numericExpression)
##Description

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

##Examples

Expand Down
2 changes: 1 addition & 1 deletion docs/tan.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ TAN(numericExpression)
##Description

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

##Examples

Expand Down

0 comments on commit 90b5889

Please sign in to comment.