.def("isApprox",(bool(Force::*)(constForce&other,constScalar&prec)const)&Force::isApprox,bp::args("other","prec"),"Returns true if *this is approximately equal to other, within the precision given by prec.")
.def("isApprox",isApprox,bp::args("other"),"Returns true if *this is approximately equal to other.")
.def("isApprox",(bool(Motion::*)(constMotion&other,constScalar&prec)const)&Motion::isApprox,bp::args("other","prec"),"Returns true if *this is approximately equal to other, within the precision given by prec.")
.def("isApprox",isApprox,bp::args("other"),"Returns true if *this is approximately equal to other.")