TU-Berlin → Inst. f. Mathematik → Algebra und Zahlentheorie → KASH → Documentation → Reference Manual
KASH3 Reference Manual
search    

Function

And ( seq(elt-alg^boo) x, seq(elt-alg^boo) y ) -> seq()

Description

The pointwise logical AND of the elements of x and y.

Examples

And( [ TRUE, TRUE, FALSE ], [ TRUE, FALSE, FALSE ] );
Built: Mon Nov 14 21:12:39 UTC 2005 on mack
The KANT Group