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

Function

PositionProperty ( seq() s, func pred ) -> elt-ord^rat

Optional Arguments

FailanyDetermines what to return in case of failure.

Description

Return the position of the first element of `s' which suffices the predicate function `pred'.
Return FAILURE if no such element exists in `s'.
Note: Apparently `pred' must have `-> elt-alg^boo' out-signature.

Examples

PositionProperty(Sequence([50..100]),IsPrime);
PositionProperty(Sequence([2,4,6,8,12,50,100]),i->i mod 5=0);

Built: Mon Nov 14 21:12:39 UTC 2005 on mack
The KANT Group