diff --git a/xml/System/Double.xml b/xml/System/Double.xml index c65f59d706e..49786fbe5be 100644 --- a/xml/System/Double.xml +++ b/xml/System/Double.xml @@ -872,8 +872,8 @@ This computes `arctan(x) / π` in the interval `[-0.5, +0.5]`. The value to be bitwise decremented. - Decrements a value to the smallest value that compares less than a given value. - The smallest value that compares less than . + Returns the largest value that compares less than a specified value. + The largest value that compares less than . To be added. @@ -910,7 +910,7 @@ This computes `arctan(x) / π` in the interval `[-0.5, +0.5]`. The value to be bitwise incremented. - Increments a value to the smallest value that compares greater than a given value. + Returns the smallest value that compares greater than a specified value. The smallest value that compares greater than . To be added. diff --git a/xml/System/Single.xml b/xml/System/Single.xml index 0d0c8bc319e..c44df155936 100644 --- a/xml/System/Single.xml +++ b/xml/System/Single.xml @@ -870,8 +870,8 @@ This computes `arctan(x) / π` in the interval `[-0.5, +0.5]`. The value to be bitwise decremented. - Decrements a value to the smallest value that compares less than a given value. - The smallest value that compares less than . + Returns the largest value that compares less than a specified value. + The largest value that compares less than . To be added. @@ -908,7 +908,7 @@ This computes `arctan(x) / π` in the interval `[-0.5, +0.5]`. The value to be bitwise incremented. - Increments a value to the smallest value that compares greater than a given value. + Returns the smallest value that compares greater than a specified value. The smallest value that compares greater than . To be added.