这个符号(<>)是什么意思?

时间:2018-07-02 14:54:50

标签: math

这是我第一次看到它。

这是他的背景:

Edges (x,y) and (y,x) for each x <> y should appear consecutively in the output file.

1 个答案:

答案 0 :(得分:3)

<>符号表示“不等于”:$ \ neq%$。该符号有效地表示“对于每个大于或小于y的x”。

在其他各种语言中也可以看作!=