Macaulay2 » Documentation
Packages » NAGtypes :: isGEQ
next | previous | forward | backward | up | index | toc

isGEQ -- compare two points

Synopsis

Description

The inputs are lists of complex numbers, the order is (approximately) lexicographic: regard each complex n-vector as real 2n-vector, for the corresponding coordinates a and b (of two real 2n-vectors) a < b if b-a is larger than Tolerance.

i1 : isGEQ({1,1,1},{1,0,2})

o1 = true
i2 : isGEQ({1,1e-7},{1, 0})

o2 = true

See also

Ways to use isGEQ :

For the programmer

The object isGEQ is a method function with options.