48 template<
typename dtype>
66 template<
typename dtype>
69 return floor(inArray1 / inArray2);
#define STATIC_ASSERT_ARITHMETIC(dtype)
Definition: StaticAsserts.hpp:39
Holds 1D and 2D arrays, the main work horse of the NumCpp library.
Definition: NdArrayCore.hpp:139
Definition: Cartesian.hpp:40
dtype floor(dtype inValue) noexcept
Definition: floor.hpp:48
dtype floor_divide(dtype inValue1, dtype inValue2) noexcept
Definition: floor_divide.hpp:49