/******************************************************* * * DESCRIPTION: auxiliar functions * * AUTHOR: Mariana C. D'Abreu * * EMAIL: mdabreu@dc.uba.ar * ********************************************************/ #ifndef FUNCTIONS_H #define FUNCTIONS_H #include "value.h" RealValue TRUNCATE( RealValue x, RealValue precision ); #endif