~ubuntu-branches/ubuntu/jaunty/ruby1.8/jaunty

« back to all changes in this revision

Viewing changes to util.c

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-08-09 10:42:29 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20070809104229-vyrvcbqyy1jw0609
Tags: 1.8.6.36-1ubuntu1
* Merge with Debian; remaining changes:
  - Adjust configure options for lpia.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
  util.c -
4
4
 
5
 
  $Author: knu $
6
 
  $Date: 2007-03-04 23:20:24 +0900 (Sun, 04 Mar 2007) $
 
5
  $Author: shyouhei $
 
6
  $Date: 2007-05-23 03:25:13 +0900 (Wed, 23 May 2007) $
7
7
  created at: Fri Mar 10 17:22:34 JST 1995
8
8
 
9
9
  Copyright (C) 1993-2003 Yukihiro Matsumoto
683
683
 *
684
684
 */
685
685
 
686
 
#define MDMINEXPT DBL_MIN_EXP
687
 
#define MDMAXEXPT DBL_MAX_EXP
 
686
#define MDMINEXPT DBL_MIN_10_EXP
 
687
#define MDMAXEXPT DBL_MAX_10_EXP
688
688
 
689
689
static const
690
690
double powersOf10[] = {         /* Table giving binary powers of 10.  Entry */