From 82ba818ff456bcd6d56a06226e3f27e98fbb55c3 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 14 Aug 2025 22:58:58 -0500 Subject: removing all downloaded devdocs files --- devdocs/elisp/rounding-operations.html | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 devdocs/elisp/rounding-operations.html (limited to 'devdocs/elisp/rounding-operations.html') diff --git a/devdocs/elisp/rounding-operations.html b/devdocs/elisp/rounding-operations.html deleted file mode 100644 index fc187005..00000000 --- a/devdocs/elisp/rounding-operations.html +++ /dev/null @@ -1,14 +0,0 @@ -

Rounding Operations

The functions ffloor, fceiling, fround, and ftruncate take a floating-point argument and return a floating-point result whose value is a nearby integer. ffloor returns the nearest integer below; fceiling, the nearest integer above; ftruncate, the nearest integer in the direction towards zero; fround, the nearest integer.

Function: ffloor float -

This function rounds float to the next lower integral value, and returns that value as a floating-point number.

-
Function: fceiling float -

This function rounds float to the next higher integral value, and returns that value as a floating-point number.

-
Function: ftruncate float -

This function rounds float towards zero to an integral value, and returns that value as a floating-point number.

-
Function: fround float -

This function rounds float to the nearest integral value, and returns that value as a floating-point number. Rounding a value equidistant between two integers returns the even integer.

-
-

- Copyright © 1990-1996, 1998-2022 Free Software Foundation, Inc.
Licensed under the GNU GPL license.
- https://www.gnu.org/software/emacs/manual/html_node/elisp/Rounding-Operations.html -

-
-- cgit v1.2.3