/[emacs]/emacs/lisp/calc/calc-units.el
ViewVC logotype

Diff of /emacs/lisp/calc/calc-units.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by walters, Tue May 14 18:49:33 2002 UTC revision 1.4.2.1 by miles, Fri Apr 4 06:20:15 2003 UTC
# Line 3  Line 3 
3  ;; Copyright (C) 1990, 1991, 1992, 1993, 2001 Free Software Foundation, Inc.  ;; Copyright (C) 1990, 1991, 1992, 1993, 2001 Free Software Foundation, Inc.
4    
5  ;; Author: David Gillespie <daveg@synaptics.com>  ;; Author: David Gillespie <daveg@synaptics.com>
6  ;; Maintainer: Colin Walters <walters@debian.org>  ;; Maintainers: D. Goel <deego@gnufans.org>
7    ;;              Colin Walters <walters@debian.org>
8    
9  ;; This file is part of GNU Emacs.  ;; This file is part of GNU Emacs.
10    
# Line 62  Line 63 
63      ( tpt     "in/72.27"             "Point (TeX conventions)" )      ( tpt     "in/72.27"             "Point (TeX conventions)" )
64      ( Ang     "1e-10 m"      "Angstrom" )      ( Ang     "1e-10 m"      "Angstrom" )
65      ( mfi     "mi+ft+in"             "Miles + feet + inches" )      ( mfi     "mi+ft+in"             "Miles + feet + inches" )
66        
67      ;; Area      ;; Area
68      ( hect    "10000 m^2"            "*Hectare" )      ( hect    "10000 m^2"            "*Hectare" )
69      ( acre    "mi^2 / 640"           "Acre" )      ( acre    "mi^2 / 640"           "Acre" )
70      ( b       "1e-28 m^2"            "Barn" )      ( b       "1e-28 m^2"            "Barn" )
71        
72      ;; Volume      ;; Volume
73      ( l       "1e-3 m^3"             "*Liter" )      ( l       "1e-3 m^3"             "*Liter" )
74      ( L       "1e-3 m^3"             "Liter" )      ( L       "1e-3 m^3"             "Liter" )
# Line 82  Line 83 
83      ( vol     "tsp+tbsp+ozfl+cup+pt+qt+gal" "Gallons + ... + teaspoons" )      ( vol     "tsp+tbsp+ozfl+cup+pt+qt+gal" "Gallons + ... + teaspoons" )
84      ( galC    "4.54609 l"            "Canadian Gallon" )      ( galC    "4.54609 l"            "Canadian Gallon" )
85      ( galUK   "4.546092 l"           "UK Gallon" )      ( galUK   "4.546092 l"           "UK Gallon" )
86        
87      ;; Time      ;; Time
88      ( s       nil                    "*Second" )      ( s       nil                    "*Second" )
89      ( sec     "s"                    "Second" )      ( sec     "s"                    "Second" )
# Line 98  Line 99 
99      ( mph     "mi/hr"                "*Miles per hour" )      ( mph     "mi/hr"                "*Miles per hour" )
100      ( kph     "km/hr"                "Kilometers per hour" )      ( kph     "km/hr"                "Kilometers per hour" )
101      ( knot    "nmi/hr"               "Knot" )      ( knot    "nmi/hr"               "Knot" )
102      ( c       "2.99792458e8 m/s"    "Speed of light" )          ( c       "2.99792458e8 m/s"    "Speed of light" )
103        
104      ;; Acceleration      ;; Acceleration
105      ( ga      "9.80665 m/s^2"        "*\"g\" acceleration" )      ( ga      "9.80665 m/s^2"        "*\"g\" acceleration" )
106    

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.4.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26