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/numbers.html | 56 ---------------------------------------------- 1 file changed, 56 deletions(-) delete mode 100644 devdocs/elisp/numbers.html (limited to 'devdocs/elisp/numbers.html') diff --git a/devdocs/elisp/numbers.html b/devdocs/elisp/numbers.html deleted file mode 100644 index 7f23345f..00000000 --- a/devdocs/elisp/numbers.html +++ /dev/null @@ -1,56 +0,0 @@ -

Numbers

GNU Emacs supports two numeric data types: integers and floating-point numbers. Integers are whole numbers such as -3, 0, 7, 13, and 511. Floating-point numbers are numbers with fractional parts, such as -4.5, 0.0, and 2.71828. They can also be expressed in exponential notation: ‘1.5e2’ is the same as ‘150.0’; here, ‘e2’ stands for ten to the second power, and that is multiplied by 1.5. Integer computations are exact. Floating-point computations often involve rounding errors, as the numbers have a fixed amount of precision.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-

- 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/Numbers.html -

-
-- cgit v1.2.3