Paul Eggert
89561f72e5
Add log2 support and make log10 obsolete for consistency.
...
* configure.ac (log2): Check for this function.
* doc/lispref/numbers.texi (Math Functions): Remove obsolete function log10.
* lisp/subr.el (log10): Move here from C code, and declare as obsolete.
All uses of (log10 X) replaced with (log X 10).
* src/floatfns.c (Flog) [HAVE_LOG2]: Use log2 if available and if the
base is 2; this is more accurate.
(Flog10): Move to Lisp (marked obsolete there).
2013-06-20 07:15:42 -07:00
..
2013-05-21 00:25:14 -07:00
2013-01-01 09:11:05 +00:00
2013-01-01 09:11:05 +00:00
2013-04-13 15:45:03 -05:00
2013-03-05 09:13:01 -08:00
2013-01-02 08:13:04 -08:00
2013-01-01 09:11:05 +00:00
2013-01-01 09:11:05 +00:00
2013-01-02 08:13:04 -08:00
2013-04-17 20:03:46 +02:00
2013-04-17 19:48:10 +02:00
2013-01-01 09:11:05 +00:00
2013-01-01 09:11:05 +00:00
2013-01-01 09:11:05 +00:00
2013-01-01 09:11:05 +00:00
2013-02-25 14:43:44 -05:00
2013-01-01 09:11:05 +00:00
2013-03-05 09:13:01 -08:00
2013-01-01 09:11:05 +00:00
2013-01-01 09:11:05 +00:00
2013-05-15 19:55:41 -04:00
2013-01-01 09:11:05 +00:00
2013-06-12 14:42:35 +02:00
2013-01-01 09:11:05 +00:00
2013-01-01 09:11:05 +00:00
2013-01-01 09:11:05 +00:00
2013-06-12 14:42:35 +02:00
2013-01-01 09:11:05 +00:00
2013-01-01 09:11:05 +00:00
2013-01-02 08:13:04 -08:00
2013-05-23 17:24:21 +02:00
2013-06-18 00:00:27 -07:00
2013-05-08 21:40:20 -04:00
2013-06-20 07:15:42 -07:00
2013-02-28 22:43:57 -05:00
2013-01-02 08:13:04 -08:00
2013-02-21 20:59:28 -05:00
2013-01-01 09:11:05 +00:00
2013-01-02 08:13:04 -08:00
2013-01-01 09:11:05 +00:00
2013-01-01 09:11:05 +00:00
2013-03-05 09:13:01 -08:00
2013-02-12 09:36:54 -08:00
2013-01-01 09:11:05 +00:00