Skip to content

Commit

Permalink
handle op type folders - fix
Browse files Browse the repository at this point in the history
  • Loading branch information
amattioc committed Apr 18, 2024
1 parent 41fb501 commit 85ac2db
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
5 changes: 2 additions & 3 deletions v2.1/docs/operators/Numeric Operators/Unary Minus/content.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,5 @@ Behavior
The operator has the behaviour of the "Operators applicable on one Scalar Value or Data Set or Data Set
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 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.
7 changes: 3 additions & 4 deletions v2.1/docs/operators/Numeric Operators/Unary Plus/content.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ Behavior

The operator has the behaviour of the "Operators applicable on one Scalar Value or Data Set or Data Set
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.
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.
Empty file.

0 comments on commit 85ac2db

Please sign in to comment.