num.hpp /usr/include/gecode/float.hh Gecode /*-*-mode:C++;c-basic-offset:2;indent-tabs-mode:nil-*-*/ /* *Mainauthors: *ChristianSchulte<schulte@gecode.org> * *Copyright: *ChristianSchulte,2012 * *Lastmodified: *$Date:2012-03-3017:29:29+0200(Fri,30Mar2012)$by$Author:schulte$ *$Revision:12675$ * *ThisfileispartofGecode,thegenericconstraint *developmentenvironment: *http://www.gecode.org * *Permissionisherebygranted,freeofcharge,toanypersonobtaining *acopyofthissoftwareandassociateddocumentationfiles(the *"Software"),todealintheSoftwarewithoutrestriction,including *withoutlimitationtherightstouse,copy,modify,merge,publish, *distribute,sublicense,and/orsellcopiesoftheSoftware,andto *permitpersonstowhomtheSoftwareisfurnishedtodoso,subjectto *thefollowingconditions: * *Theabovecopyrightnoticeandthispermissionnoticeshallbe *includedinallcopiesorsubstantialportionsoftheSoftware. * *THESOFTWAREISPROVIDED"ASIS",WITHOUTWARRANTYOFANYKIND, *EXPRESSORIMPLIED,INCLUDINGBUTNOTLIMITEDTOTHEWARRANTIESOF *MERCHANTABILITY,FITNESSFORAPARTICULARPURPOSEAND *NONINFRINGEMENT.INNOEVENTSHALLTHEAUTHORSORCOPYRIGHTHOLDERSBE *LIABLEFORANYCLAIM,DAMAGESOROTHERLIABILITY,WHETHERINANACTION *OFCONTRACT,TORTOROTHERWISE,ARISINGFROM,OUTOFORINCONNECTION *WITHTHESOFTWAREORTHEUSEOROTHERDEALINGSINTHESOFTWARE. * */ namespaceGecode{ forceinlineFloatNum pi_half_lower(void){ returnboost::numeric::interval_lib::constants::pi_half_lower<FloatNum>(); } forceinlineFloatNum pi_half_upper(void){ returnboost::numeric::interval_lib::constants::pi_half_upper<FloatNum>(); } forceinlineFloatNum pi_lower(void){ returnboost::numeric::interval_lib::constants::pi_lower<FloatNum>(); } forceinlineFloatNum pi_upper(void){ returnboost::numeric::interval_lib::constants::pi_upper<FloatNum>(); } forceinlineFloatNum pi_twice_lower(void){ returnboost::numeric::interval_lib::constants::pi_twice_lower<FloatNum>(); } forceinlineFloatNum pi_twice_upper(void){ returnboost::numeric::interval_lib::constants::pi_twice_upper<FloatNum>(); } } //STATISTICS:float-var