Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 131 Bytes

sign.md

File metadata and controls

8 lines (6 loc) · 131 Bytes
template<typename T>
int sign(T a) noexcept;

Returns -1, 0 or 1 depending on the sign of a.