mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
Release calc version 2.11.0t10
This commit is contained in:
6
help/quo
6
help/quo
@@ -35,10 +35,10 @@ DESCRIPTION
|
||||
one of the two integers v for which abs(x/y - v) < 1. Which
|
||||
integer is returned is controlled by rnd as follows:
|
||||
|
||||
rnd sign of x/y - v Description of rounding
|
||||
rnd sign of x/y - v Description of rounding
|
||||
|
||||
0 + down, towards minus infinity
|
||||
1 - up, towards infinity
|
||||
0 + down, towards minus infinity
|
||||
1 - up, towards infinity
|
||||
2 sgn(x/y) towards zero
|
||||
3 -sgn(x/y) from zero
|
||||
4 sgn(y)
|
||||
|
Reference in New Issue
Block a user