Thread Links Date Links
Thread Prev Thread Next Thread Index Date Prev Date Next Date Index

isCommon(T) and member(F,T)



It seems to me that these two boolean functions are so basic
that they shall be required in all flavors:

isCommon(T x)  -  interval "x" is common 

member(F e, T x)  - floating-point number "e" is an element of set "x"
       In Kaucher flavor: "e is an element of Set(x)"

  -Dima