Skip to content

Commit

Permalink
Update content.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
amattioc committed Apr 5, 2024
1 parent a62728b commit 1b91b93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions v2.1/docs/operators/Unary Plus/content.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Semantics for scalar operations
------------------------------------
The operator + returns the operand unchanged. For example: ::

+3 gives 3
+3 gives 3
+(-5) gives -5

-----------------------------
Expand Down Expand Up @@ -53,4 +53,4 @@ Component" (see the section "Typical behaviours of the ML Operators").
According to the general rules about data types, the operator can be applied also on sub-types of number, that is
the type integer.
If the type of the operand is integer then the result has type integer. If the type of the operand is number then
the result has type number.
the result has type number.

0 comments on commit 1b91b93

Please sign in to comment.