Template Function wt::m::sign(const Q&)¶ Defined in File math.hpp Function Documentation¶ template<Quantity Q>inline constexpr auto wt::m::sign(const Q &q) noexcept¶ Returns +1 whenq>0, 0 when q==0, and -1 when q<0.