Function template round_to_even
hamigaki::round_to_even —
Synopsis
template
<
typename
T>
T
round_to_even(T x);
Description
Returns:
x
が偶数なら
x
、奇数なら
x+1
製作著作 © 2006, 2007 Takeshi Mouri