% module: math % date: December 8, 2005 % author: Douglas M. Auclair (DMA) % Copyright (c) 2005, Cotillion Group, Inc. All rights reserved. % synopsis: Facilitates porting applications between Quintus and SWI by % providing skeletal implementations of these Quintus modules % to SWI. This module is supposed to export floor/2, etc, but % SWI already has that at the top level in module(user). :- module(math, []).