Next Previous Up Top Contents Index

5.2 Extensions to the Dylan library

=

Generic function, Sealed domain, G.f. method

Summary

Tests its arguments to see if they are of the same magnitude.

Library

integers

Module

Signature

= object1 object2 => boolean (Generic function)
= complex1 complex2 => boolean (Sealed domain)
= machine-number1 machine-number2 => boolean (G.f. method)

Value

<boolean>

Other available methods are described in the Dylan Reference Manual.


Common Dylan and Functional Extensions - 31 Mar 00

Next Previous Up Top Contents Index