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

Function

Eq ( any A, any B ) -> elt-alg^boo

Description

Equal for extended types. Return 'TRUE' if 'Base(A)=Base(B)', 'FALSE' otherwise. This is useful, if one of the values of a comparison could be extended.

Examples

a := 2/3; Extend(a); a=2/3; Eq(a,2/3); Base(a)=2/3;

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