comparison doc/lispref/numbers.texi @ 111747:70ad6f6f15c7

Document some Emacs 23.3 changes in manuals. * doc/emacs/macos.texi (Mac / GNUstep Basics): Document ns-right-alternate-modifier. * doc/lispref/numbers.texi (Float Basics): Document float-e and float-pi. * doc/lispref/symbols.texi (Creating Symbols): Using unintern without an obarray arg is now obsolete. * doc/lispref/text.texi (Kill Functions, Kill Functions) (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete YANK-HANDLER args. * doc/lispref/variables.texi (Defining Variables): Change "pi" example to "float-pi".
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 20 Nov 2010 14:52:20 -0500
parents 71353caf35e3
children 376148b31b5e
comparison
equal deleted inserted replaced
111746:62613ed5d53d 111747:70ad6f6f15c7
221 @result{} 3 221 @result{} 3
222 (logb 10.0e20) 222 (logb 10.0e20)
223 @result{} 69 223 @result{} 69
224 @end example 224 @end example
225 @end defun 225 @end defun
226
227 @defvar float-e
228 The mathematical constant @math{e} (2.71828@dots{}).
229 @end defvar
230
231 @defvar float-pi
232 The mathematical constant @math{pi} (3.14159@dots{}).
233 @end defvar
226 234
227 @node Predicates on Numbers 235 @node Predicates on Numbers
228 @section Type Predicates for Numbers 236 @section Type Predicates for Numbers
229 @cindex predicates for numbers 237 @cindex predicates for numbers
230 238