00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017 #ifndef __UT_Floor_h__
00018 #define __UT_Floor_h__
00019
00020 #include <SYS/SYS_Floor.h>
00021
00022
00023 #define UTfloor SYSfloor
00024 #define UTceil SYSceil
00025 #define UTfrac SYSfrac
00026 #define UTsplitFloat SYSsplitFloat
00027 #define UTfloorIL SYSfloorIL
00028 #define UTceilIL SYSceilIL
00029 #define UTfracIL SYSfracIL
00030 #define UTrint SYSrint
00031 #define UTniceNumber SYSniceNumber
00032
00033 #endif