00001 00002 00009 #ifndef CCTBX_MATH_MOD_H 00010 #define CCTBX_MATH_MOD_H 00011 00012 #include <scitbx/math/modulo.h> 00013 00014 namespace cctbx { namespace math { 00015 00016 using scitbx::math::mod_positive; 00017 using scitbx::math::mod_short; 00018 using scitbx::math::fmod_short; 00019 00020 }} // namespace cctbx::math 00021 00022 #endif // CCTBX_MATH_MOD_H
1.5.6