Skip to content

Commit 9115e2a

Browse files
committed
Removing another comment.
1 parent 3505d30 commit 9115e2a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

graph-api-c/objects.tex

-3
Original file line numberDiff line numberDiff line change
@@ -389,9 +389,6 @@ \subsection{Operators}
389389
Functions are evaluated using arithmetic in $\mathbb{Z}$, producing a result value that is also in $\mathbb{Z}$.
390390
The result value is converted to the output type according to the rules of the C language. In particular, if the value cannot be represented as a signed 32- or 64-bit integer type, the output is implementation defined.
391391
Any deviations from this ideal behavior, including limitations on the values of $i$, $j$, and $s$, or possible overflow and underflow conditions, must be defined by the implementation.
392-
%\scott{Pending the experiments done by Jose to determine "as-if" done in signed 64-bit, will need the language that states:
393-
%The operators compute the result in the type dictated by the C language
394-
%rules and then are cast to the type shown in the table.}
395392
}
396393
\label{Tab:PredefIndexOperators}
397394
%\vspace{1\baselineskip}

0 commit comments

Comments
 (0)