next | previous | forward | backward | up | top | index | toc | home
Macaulay2 > The Macaulay2 language > lists and sequences > any(BasicList,Function)

any(BasicList,Function) -- whether any elements of a list satisfy a specified condition

Synopsis

Description

i1 : any({1,2,3,4}, even)

o1 = true
i2 : any({1,3,5,7}, even)

o2 = false

See also