1 ;;; calc-units.el --- unit conversion functions for Calc
3 ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004,
4 ;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
6 ;; Author: David Gillespie <daveg@synaptics.com>
7 ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
9 ;; This file is part of GNU Emacs.
11 ;; GNU Emacs is free software: you can redistribute it and/or modify
12 ;; it under the terms of the GNU General Public License as published by
13 ;; the Free Software Foundation, either version 3 of the License, or
14 ;; (at your option) any later version.
16 ;; GNU Emacs is distributed in the hope that it will be useful,
17 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 ;; GNU General Public License for more details.
21 ;; You should have received a copy of the GNU General Public License
22 ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
28 ;; This file is autoloaded from calc-ext.el.
37 ;;; Units table last updated 9-Jan-91 by Ulrich Mueller (ulm@vsnhd1.cern.ch)
38 ;;; with some additions by Przemek Klosowski (przemek@rrdstrad.nist.gov)
39 ;;; Updated April 2002 by Jochen Küpper
41 ;;; Updated August 2007, using
42 ;;; CODATA (http://physics.nist.gov/cuu/Constants/index.html)
43 ;;; NIST (http://physics.nist.gov/Pubs/SP811/appenB9.html)
44 ;;; ESUWM (Encyclopaedia of Scientific Units, Weights and
45 ;;; Measures, by François Cardarelli)
46 ;;; All conversions are exact unless otherwise noted.
48 (defvar math-standard-units
51 ( in
"254*10^(-2) cm" "Inch" nil
55 ( mi
"5280 ft" "Mile" )
56 ( au
"149597870691. m" "Astronomical Unit" nil
58 ;; (approx) NASA JPL (http://neo.jpl.nasa.gov/glossary/au.html)
59 ( lyr
"c yr" "Light Year" )
60 ( pc
"3.0856775854*10^16 m" "Parsec" nil
61 "3.0856775854 10^16 m (*)") ;; (approx) ESUWM
62 ( nmi
"1852 m" "Nautical Mile" )
63 ( fath
"6 ft" "Fathom" )
64 ( fur
"660 ft" "Furlong")
65 ( mu
"1 um" "Micron" )
66 ( mil
"(1/1000) in" "Mil" )
67 ( point
"(1/72) in" "Point (1/72 inch)" )
68 ( Ang
"10^(-10) m" "Angstrom" )
69 ( mfi
"mi+ft+in" "Miles + feet + inches" )
71 ( texpt
"(100/7227) in" "Point (TeX conventions)" )
72 ( texpc
"12 texpt" "Pica" )
73 ( texbp
"point" "Big point (TeX conventions)" )
74 ( texdd
"(1238/1157) texpt" "Didot point" )
75 ( texcc
"12 texdd" "Cicero" )
76 ( texsp
"(1/65536) texpt" "Scaled TeX point" )
79 ( hect
"10000 m^2" "*Hectare" )
81 ( acre
"(1/640) mi^2" "Acre" )
82 ( b
"10^(-28) m^2" "Barn" )
85 ( L
"10^(-3) m^3" "*Liter" )
87 ( gal
"4 qt" "US Gallon" )
90 ( cup
"8 ozfl" "Cup" )
91 ( ozfl
"2 tbsp" "Fluid Ounce" )
92 ( floz
"2 tbsp" "Fluid Ounce" )
93 ( tbsp
"3 tsp" "Tablespoon" )
94 ;; ESUWM defines a US gallon as 231 in^3.
95 ;; That gives the following exact value for tsp.
96 ( tsp
"492892159375*10^(-11) ml" "Teaspoon" nil
98 ( vol
"tsp+tbsp+ozfl+cup+pt+qt+gal" "Gallons + ... + teaspoons" nil
99 "tsp+tbsp+ozfl+cup+pt+qt+gal")
100 ( galC
"galUK" "Canadian Gallon" )
101 ( galUK
"454609*10^(-5) L" "UK Gallon" nil
107 ( min
"60 s" "Minute" )
108 ( hr
"60 min" "Hour" )
109 ( day
"24 hr" "Day" )
110 ( wk
"7 day" "Week" )
111 ( hms
"wk+day+hr+min+s" "Hours, minutes, seconds" )
112 ( yr
"36525*10^(-2) day" "Year (Julian)" nil
117 ( mph
"mi/hr" "*Miles per hour" )
118 ( kph
"km/hr" "Kilometers per hour" )
119 ( knot
"nmi/hr" "Knot" )
120 ( c
"299792458 m/s" "Speed of light" ) ;;; CODATA
123 ( ga
"980665*10^(-5) m/s^2" "*\"g\" acceleration" nil
124 "9.80665 m / s^2") ;; CODATA
128 ( lb
"16 oz" "Pound (mass)" )
129 ( oz
"28349523125*10^(-9) g" "Ounce (mass)" nil
130 "28.349523125 g") ;; ESUWM
131 ( ton
"2000 lb" "Ton" )
132 ( tpo
"ton+lb+oz" "Tons + pounds + ounces (mass)" )
133 ( t
"1000 kg" "Metric ton" )
134 ( tonUK
"10160469088*10^(-7) kg" "UK ton" nil
135 "1016.0469088 kg") ;; ESUWM
136 ( lbt
"12 ozt" "Troy pound" )
137 ( ozt
"311034768*10^(-7) g" "Troy ounce" nil
138 "31.10347680 g") ;; ESUWM, 1/12 exact value for lbt
139 ( ct
"(2/10) g" "Carat" nil
141 ( u
"1.660538782*10^(-27) kg" "Unified atomic mass" nil
142 "1.660538782 10^-27 kg (*)");;(approx) CODATA
145 ( N
"m kg/s^2" "*Newton" )
146 ( dyn
"10^(-5) N" "Dyne" )
147 ( gf
"ga g" "Gram (force)" )
148 ( lbf
"ga lb" "Pound (force)" )
149 ( kip
"1000 lbf" "Kilopound (force)" )
150 ( pdl
"138254954376*10^(-12) N" "Poundal" nil
151 "0.138254954376 N") ;; ESUWM
155 ( erg
"10^(-7) J" "Erg" )
156 ( cal
"41868*10^(-4) J" "International Table Calorie" nil
158 ( calth
"4184*10^(-3) J" "Thermochemical Calorie" nil
160 ( Cal
"1000 cal" "Large Calorie")
161 ( Btu
"105505585262*10^(-8) J" "International Table Btu" nil
162 "1055.05585262 J") ;; ESUWM
163 ( eV
"ech V" "Electron volt" )
164 ( ev
"eV" "Electron volt" )
165 ( therm
"105506000 J" "EEC therm" )
166 ( invcm
"h c/cm" "Energy in inverse centimeters" )
167 ( Kayser
"invcm" "Kayser (inverse centimeter energy)" )
168 ( men
"100/invcm" "Inverse energy in meters" )
169 ( Hzen
"h Hz" "Energy in Hertz")
170 ( Ken
"k K" "Energy in Kelvins")
171 ( Wh
"W hr" "Watt hour")
172 ( Ws
"W s" "Watt second")
176 ( hp
"550 ft lbf/s" "Horsepower") ;;ESUWM
177 ( hpm
"75 m kgf/s" "Metric Horsepower") ;;ESUWM
180 ( K nil
"*Degree Kelvin" K
)
181 ( dK
"K" "Degree Kelvin" K
)
182 ( degK
"K" "Degree Kelvin" K
)
183 ( dC
"K" "Degree Celsius" C
)
184 ( degC
"K" "Degree Celsius" C
)
185 ( dF
"(5/9) K" "Degree Fahrenheit" F
)
186 ( degF
"(5/9) K" "Degree Fahrenheit" F
)
189 ( Pa
"N/m^2" "*Pascal" )
190 ( bar
"10^5 Pa" "Bar" )
191 ( atm
"101325 Pa" "Standard atmosphere" ) ;; CODATA
192 ( Torr
"(1/760) atm" "Torr")
193 ( mHg
"1000 Torr" "Meter of mercury" )
194 ( inHg
"254*10^(-1) mmHg" "Inch of mercury" nil
196 ( inH2O
"2.490889*10^2 Pa" "Inch of water" nil
197 "2.490889 10^2 Pa (*)") ;;(approx) NIST
198 ( psi
"lbf/in^2" "Pounds per square inch" )
201 ( P
"(1/10) Pa s" "*Poise" )
202 ( St
"10^(-4) m^2/s" "Stokes" )
206 ( C
"A s" "Coulomb" )
207 ( Fdy
"ech Nav" "Faraday" )
208 ( e
"ech" "Elementary charge" )
209 ( ech
"1.602176487*10^(-19) C" "Elementary charge" nil
210 "1.602176487 10^-19 C (*)") ;;(approx) CODATA
214 ( S
"A/V" "Siemens" )
217 ( T
"Wb/m^2" "Tesla" )
218 ( Gs
"10^(-4) T" "Gauss" )
221 ;; Luminous intensity
222 ( cd nil
"*Candela" )
223 ( sb
"10000 cd/m^2" "Stilb" )
224 ( lm
"cd sr" "Lumen" )
225 ( lx
"lm/m^2" "Lux" )
226 ( ph
"10000 lx" "Phot" )
227 ( fc
"lm/ft^2" "Footcandle") ;; ESUWM
228 ( lam
"10000 lm/m^2" "Lambert" )
229 ( flam
"(1/pi) cd/ft^2" "Footlambert") ;; ESUWM
232 ( Bq
"1/s" "*Becquerel" )
233 ( Ci
"37*10^9 Bq" "Curie" ) ;; ESUWM
235 ( Sv
"Gy" "Sievert" )
236 ( R
"258*10^(-6) C/kg" "Roentgen" ) ;; NIST
237 ( rd
"(1/100) Gy" "Rad" )
240 ;; Amount of substance
244 ( rad nil
"*Radian" )
245 ( circ
"2 pi rad" "Full circle" )
246 ( rev
"circ" "Full revolution" )
247 ( deg
"circ/360" "Degree" )
248 ( arcmin
"deg/60" "Arc minute" )
249 ( arcsec
"arcmin/60" "Arc second" )
250 ( grad
"circ/400" "Grade" )
251 ( rpm
"rev/min" "Revolutions per minute" )
254 ( sr nil
"*Steradian" )
256 ;; Other physical quantities
257 ;; The values are from CODATA, and are approximate.
258 ( h
"6.62606896*10^(-34) J s" "*Planck's constant" nil
259 "6.62606896 10^-34 J s (*)")
260 ( hbar
"h / (2 pi)" "Planck's constant" ) ;; Exact
261 ( mu0
"4 pi 10^(-7) H/m" "Permeability of vacuum") ;; Exact
262 ( eps0
"1 / (mu0 c^2)" "Permittivity of vacuum" )
263 ( G
"6.67428*10^(-11) m^3/(kg s^2)" "Gravitational constant" nil
264 "6.67428 10^-11 m^3/(kg s^2) (*)")
265 ( Nav
"6.02214179*10^(23) / mol" "Avogadro's constant" nil
266 "6.02214179 10^23 / mol (*)")
267 ( me
"9.10938215*10^(-31) kg" "Electron rest mass" nil
268 "9.10938215 10^-31 kg (*)")
269 ( mp
"1.672621637*10^(-27) kg" "Proton rest mass" nil
270 "1.672621637 10^-27 kg (*)")
271 ( mn
"1.674927211*10^(-27) kg" "Neutron rest mass" nil
272 "1.674927211 10^-27 kg (*)")
273 ( mmu
"1.88353130*10^(-28) kg" "Muon rest mass" nil
274 "1.88353130 10^-28 kg (*)")
275 ( Ryd
"10973731.568527 /m" "Rydberg's constant" nil
276 "10973731.568527 /m (*)")
277 ( k
"1.3806504*10^(-23) J/K" "Boltzmann's constant" nil
278 "1.3806504 10^-23 J/K (*)")
279 ( alpha
"7.2973525376*10^(-3)" "Fine structure constant" nil
280 "7.2973525376 10^-3 (*)")
281 ( muB
"927.400915*10^(-26) J/T" "Bohr magneton" nil
282 "927.400915 10^-26 J/T (*)")
283 ( muN
"5.05078324*10^(-27) J/T" "Nuclear magneton" nil
284 "5.05078324 10^-27 J/T (*)")
285 ( mue
"-928.476377*10^(-26) J/T" "Electron magnetic moment" nil
286 "-928.476377 10^-26 J/T (*)")
287 ( mup
"1.410606662*10^(-26) J/T" "Proton magnetic moment" nil
288 "1.410606662 10^-26 J/T (*)")
289 ( R0
"8.314472 J/(mol K)" "Molar gas constant" nil
290 "8.314472 J/(mol K) (*)")
291 ( V0
"22.710981*10^(-3) m^3/mol" "Standard volume of ideal gas" nil
292 "22.710981 10^-3 m^3/mol (*)")))
295 (defvar math-additional-units nil
296 "*Additional units table for user-defined units.
297 Must be formatted like `math-standard-units'.
298 If you change this, be sure to set `math-units-table' to nil to ensure
299 that the combined units table will be rebuilt.")
301 (defvar math-unit-prefixes
302 '( ( ?Y
(^
10 24) "Yotta" )
303 ( ?Z
(^
10 21) "Zetta" )
304 ( ?E
(^
10 18) "Exa" )
305 ( ?P
(^
10 15) "Peta" )
306 ( ?T
(^
10 12) "Tera" )
307 ( ?G
(^
10 9) "Giga" )
308 ( ?M
(^
10 6) "Mega" )
309 ( ?k
(^
10 3) "Kilo" )
310 ( ?K
(^
10 3) "Kilo" )
311 ( ?h
(^
10 2) "Hecto" )
312 ( ?H
(^
10 2) "Hecto" )
313 ( ?D
(^
10 1) "Deka" )
315 ( ?d
(^
10 -
1) "Deci" )
316 ( ?c
(^
10 -
2) "Centi" )
317 ( ?m
(^
10 -
3) "Milli" )
318 ( ?u
(^
10 -
6) "Micro" )
319 ( ?n
(^
10 -
9) "Nano" )
320 ( ?p
(^
10 -
12) "Pico" )
321 ( ?f
(^
10 -
15) "Femto" )
322 ( ?a
(^
10 -
18) "Atto" )
323 ( ?z
(^
10 -
21) "zepto" )
324 ( ?y
(^
10 -
24) "yocto" )))
326 (defvar math-standard-units-systems
328 ( si
( ( g
'(/ (var kg var-kg
) 1000) ) ) )
329 ( mks
( ( g
'(/ (var kg var-kg
) 1000) ) ) )
330 ( cgs
( ( m
'(* (var cm var-cm
) 100 ) ) ) )))
332 (defvar math-units-table nil
333 "Internal units table.
334 Derived from `math-standard-units' and `math-additional-units'.
335 Entries are (SYMBOL EXPR DOC-STRING TEMP-TYPE BASE-UNITS).")
337 (defvar math-units-table-buffer-valid nil
)
341 (defun calc-base-units ()
344 (let ((calc-autorange-units nil
))
345 (calc-enter-result 1 "bsun" (math-simplify-units
346 (math-to-standard-units (calc-top-n 1)
349 (defun calc-quick-units ()
352 (let* ((num (- last-command-char ?
0))
353 (pos (if (= num
0) 10 num
))
354 (units (calc-var-value 'var-Units
))
355 (expr (calc-top-n 1)))
356 (unless (and (>= num
0) (<= num
9))
357 (error "Bad unit number"))
358 (unless (math-vectorp units
)
359 (error "No \"quick units\" are defined"))
360 (unless (< pos
(length units
))
361 (error "Unit number %d not defined" pos
))
362 (if (math-units-in-expr-p expr nil
)
363 (calc-enter-result 1 (format "cun%d" num
)
364 (math-convert-units expr
(nth pos units
)))
365 (calc-enter-result 1 (format "*un%d" num
)
367 (math-mul expr
(nth pos units
))))))))
369 (defun math-get-standard-units (expr)
370 "Return the standard units in EXPR."
373 (math-to-standard-units expr nil
))))
375 (defun math-get-units (expr)
376 "Return the units in EXPR."
378 (math-extract-units expr
)))
380 (defun math-make-unit-string (expr)
381 "Return EXPR in string form.
382 If EXPR is nil, return nil."
384 (let ((cexpr (math-compose-expr expr
0)))
385 (replace-regexp-in-string
389 (math-composition-to-string cexpr
))))))
391 (defvar math-default-units-table
392 (make-hash-table :test
'equal
)
393 "A table storing previously converted units.")
395 (defun math-get-default-units (expr)
396 "Get default units to use when converting the units in EXPR."
397 (let* ((units (math-get-units expr
))
398 (standard-units (math-get-standard-units expr
))
399 (default-units (gethash
401 math-default-units-table
)))
402 (if (equal units
(car default-units
))
403 (math-make-unit-string (cadr default-units
))
404 (math-make-unit-string (car default-units
)))))
406 (defun math-put-default-units (expr)
407 "Put the units in EXPR in the default units table."
408 (let* ((units (math-get-units expr
))
409 (standard-units (math-get-standard-units expr
))
410 (default-units (gethash
412 math-default-units-table
)))
415 (puthash standard-units
(list units
) math-default-units-table
))
416 ((not (equal units
(car default-units
)))
417 (puthash standard-units
418 (list units
(car default-units
))
419 math-default-units-table
)))))
422 (defun calc-convert-units (&optional old-units new-units
)
425 (let ((expr (calc-top-n 1))
430 (unless (math-units-in-expr-p expr t
)
431 (let ((uold (or old-units
433 (setq uoldname
(read-string "Old units: "))
434 (if (equal uoldname
"")
438 (if (string-match "\\` */" uoldname
)
439 (setq uoldname
(concat "1" uoldname
)))
440 (math-read-expr uoldname
))))))
441 (when (eq (car-safe uold
) 'error
)
442 (error "Bad format in units expression: %s" (nth 1 uold
)))
443 (setq expr
(math-mul expr uold
))))
445 (setq defunits
(math-get-default-units expr
))
449 (concat "Old units: "
461 (string= new-units
"")
463 (setq new-units defunits
)))
464 (when (string-match "\\` */" new-units
)
465 (setq new-units
(concat "1" new-units
)))
466 (setq units
(math-read-expr new-units
))
467 (when (eq (car-safe units
) 'error
)
468 (error "Bad format in units expression: %s" (nth 2 units
)))
469 (math-put-default-units units
)
470 (let ((unew (math-units-in-expr-p units t
))
471 (std (and (eq (car-safe units
) 'var
)
472 (assq (nth 1 units
) math-standard-units-systems
))))
474 (calc-enter-result 1 "cvun" (math-simplify-units
475 (math-to-standard-units expr
478 (error "No units specified"))
479 (calc-enter-result 1 "cvun"
482 (and uoldname
(not (equal uoldname
"1"))))))))))
484 (defun calc-autorange-units (arg)
487 (calc-change-mode 'calc-autorange-units arg nil t
)
488 (message (if calc-autorange-units
489 "Adjusting target unit prefix automatically"
490 "Using target units exactly"))))
492 (defun calc-convert-temperature (&optional old-units new-units
)
495 (let ((expr (calc-top-n 1))
500 (setq uold
(or old-units
501 (let ((units (math-single-units-in-expr-p expr
)))
504 (list 'var
(car units
)
505 (intern (concat "var-"
508 (error "Not a pure temperature expression"))
510 (setq uoldname
(read-string
511 "Old temperature units: ")))))))
512 (when (eq (car-safe uold
) 'error
)
513 (error "Bad format in units expression: %s" (nth 2 uold
)))
514 (or (math-units-in-expr-p expr nil
)
515 (setq expr
(math-mul expr uold
)))
516 (setq defunits
(math-get-default-units expr
))
517 (setq unew
(or new-units
521 (concat "Old temperature units: "
524 "New temperature units")
530 (setq unew
(math-read-expr (if (string= unew
"") defunits unew
)))
531 (when (eq (car-safe unew
) 'error
)
532 (error "Bad format in units expression: %s" (nth 2 unew
)))
533 (math-put-default-units unew
)
534 (let ((ntemp (calc-normalize
536 (math-convert-temperature expr uold unew
538 (if (Math-zerop ntemp
)
539 (setq ntemp
(list '* ntemp unew
)))
540 (let ((calc-simplify-mode 'none
))
541 (calc-enter-result 1 "cvtm" ntemp
))))))
543 (defun calc-remove-units ()
546 (calc-enter-result 1 "rmun" (math-simplify-units
547 (math-remove-units (calc-top-n 1))))))
549 (defun calc-extract-units ()
552 (calc-enter-result 1 "rmun" (math-simplify-units
553 (math-extract-units (calc-top-n 1))))))
555 ;; The variables calc-num-units and calc-den-units are local to
556 ;; calc-explain-units, but are used by calc-explain-units-rec,
557 ;; which is called by calc-explain-units.
558 (defvar calc-num-units
)
559 (defvar calc-den-units
)
561 (defun calc-explain-units ()
564 (let ((calc-num-units nil
)
565 (calc-den-units nil
))
566 (calc-explain-units-rec (calc-top-n 1) 1)
567 (and calc-den-units
(string-match "^[^(].* .*[^)]$" calc-den-units
)
568 (setq calc-den-units
(concat "(" calc-den-units
")")))
571 (message "%s per %s" calc-num-units calc-den-units
)
572 (message "%s" calc-num-units
))
574 (message "1 per %s" calc-den-units
)
575 (message "No units in expression"))))))
577 (defun calc-explain-units-rec (expr pow
)
578 (let ((u (math-check-unit-name expr
))
580 (if (and u
(not (math-zerop pow
)))
581 (let ((name (or (nth 2 u
) (symbol-name (car u
)))))
582 (if (eq (aref name
0) ?\
*)
583 (setq name
(substring name
1)))
584 (if (string-match "[^a-zA-Z0-9']" name
)
585 (if (string-match "^[a-zA-Z0-9' ()]*$" name
)
586 (while (setq pos
(string-match "[ ()]" name
))
587 (setq name
(concat (substring name
0 pos
)
588 (if (eq (aref name pos
) 32) "-" "")
589 (substring name
(1+ pos
)))))
590 (setq name
(concat "(" name
")"))))
591 (or (eq (nth 1 expr
) (car u
))
592 (setq name
(concat (nth 2 (assq (aref (symbol-name
595 (if (and (string-match "[^a-zA-Z0-9']" name
)
596 (not (memq (car u
) '(mHg gf
))))
599 (cond ((or (math-equal-int pow
1)
600 (math-equal-int pow -
1)))
601 ((or (math-equal-int pow
2)
602 (math-equal-int pow -
2))
603 (if (equal (nth 4 u
) '((m .
1)))
604 (setq name
(concat "Square-" name
))
605 (setq name
(concat name
"-squared"))))
606 ((or (math-equal-int pow
3)
607 (math-equal-int pow -
3))
608 (if (equal (nth 4 u
) '((m .
1)))
609 (setq name
(concat "Cubic-" name
))
610 (setq name
(concat name
"-cubed"))))
612 (setq name
(concat name
"^"
613 (math-format-number (math-abs pow
))))))
615 (setq calc-num-units
(if calc-num-units
616 (concat calc-num-units
" " name
)
618 (setq calc-den-units
(if calc-den-units
619 (concat calc-den-units
" " name
)
621 (cond ((eq (car-safe expr
) '*)
622 (calc-explain-units-rec (nth 1 expr
) pow
)
623 (calc-explain-units-rec (nth 2 expr
) pow
))
624 ((eq (car-safe expr
) '/)
625 (calc-explain-units-rec (nth 1 expr
) pow
)
626 (calc-explain-units-rec (nth 2 expr
) (- pow
)))
627 ((memq (car-safe expr
) '(neg + -
))
628 (calc-explain-units-rec (nth 1 expr
) pow
))
629 ((and (eq (car-safe expr
) '^
)
630 (math-realp (nth 2 expr
)))
631 (calc-explain-units-rec (nth 1 expr
)
632 (math-mul pow
(nth 2 expr
))))))))
634 (defun calc-simplify-units ()
637 (calc-with-default-simplification
638 (calc-enter-result 1 "smun" (math-simplify-units (calc-top-n 1))))))
640 (defun calc-view-units-table (n)
642 (and n
(setq math-units-table-buffer-valid nil
))
643 (let ((win (get-buffer-window "*Units Table*")))
646 math-units-table-buffer-valid
)
648 (bury-buffer (window-buffer win
))
649 (let ((curwin (selected-window)))
651 (switch-to-buffer nil
)
652 (select-window curwin
)))
653 (math-build-units-table-buffer nil
))))
655 (defun calc-enter-units-table (n)
657 (and n
(setq math-units-table-buffer-valid nil
))
658 (math-build-units-table-buffer t
)
659 (message "%s" (substitute-command-keys "Type \\[calc] to return to the Calculator")))
661 (defun calc-define-unit (uname desc
&optional disp
)
662 (interactive "SDefine unit name: \nsDescription: \nP")
663 (if disp
(setq disp
(read-string "Display definition: ")))
665 (let ((form (calc-top-n 1))
666 (unit (assq uname math-additional-units
)))
668 (setq math-additional-units
669 (cons (setq unit
(list uname nil nil nil nil
))
670 math-additional-units
)
671 math-units-table nil
))
672 (setcar (cdr unit
) (and (not (and (eq (car-safe form
) 'var
)
673 (eq (nth 1 form
) uname
)))
674 (not (math-equal-int form
1))
675 (math-format-flat-expr form
0)))
676 (setcar (cdr (cdr unit
)) (and (not (equal desc
""))
679 (setcar (cdr (cdr (cdr (cdr unit
)))) disp
))))
680 (calc-invalidate-units-table))
682 (defun calc-undefine-unit (uname)
683 (interactive "SUndefine unit name: ")
685 (let ((unit (assq uname math-additional-units
)))
687 (if (assq uname math-standard-units
)
688 (error "\"%s\" is a predefined unit name" uname
)
689 (error "Unit name \"%s\" not found" uname
)))
690 (setq math-additional-units
(delq unit math-additional-units
)
691 math-units-table nil
)))
692 (calc-invalidate-units-table))
694 (defun calc-invalidate-units-table ()
695 (setq math-units-table nil
)
696 (let ((buf (get-buffer "*Units Table*")))
701 (goto-char (point-min))
702 (if (looking-at "Calculator Units Table")
703 (let ((inhibit-read-only t
))
704 (insert "(Obsolete) "))))))))
706 (defun calc-get-unit-definition (uname)
707 (interactive "SGet definition for unit: ")
709 (math-build-units-table)
710 (let ((unit (assq uname math-units-table
)))
712 (error "Unit name \"%s\" not found" uname
))
713 (let ((msg (nth 2 unit
)))
715 (if (string-match "^\\*" msg
)
716 (setq msg
(substring msg
1)))
717 (setq msg
(symbol-name uname
)))
720 (calc-enter-result 0 "ugdf" (nth 1 unit
))
721 (message "Derived unit: %s" msg
))
722 (calc-enter-result 0 "ugdf" (list 'var uname
725 (symbol-name uname
)))))
726 (message "Base unit: %s" msg
))))))
728 (defun calc-permanent-units ()
732 (set-buffer (find-file-noselect (substitute-in-file-name
733 calc-settings-file
)))
734 (goto-char (point-min))
735 (if (and (search-forward ";;; Custom units stored by Calc" nil t
)
739 (search-forward "\n;;; End of custom units" nil t
)))
743 (delete-region pos
(point)))
744 (goto-char (point-max))
747 (insert ";;; Custom units stored by Calc on " (current-time-string) "\n")
748 (if math-additional-units
750 (insert "(setq math-additional-units '(\n")
751 (let ((list math-additional-units
))
753 (insert " (" (symbol-name (car (car list
))) " "
754 (if (nth 1 (car list
))
755 (if (stringp (nth 1 (car list
)))
756 (prin1-to-string (nth 1 (car list
)))
757 (prin1-to-string (math-format-flat-expr
758 (nth 1 (car list
)) 0)))
761 (prin1-to-string (nth 2 (car list
)))
763 (setq list
(cdr list
))))
765 (insert ";;; (no custom units defined)\n"))
766 (insert ";;; End of custom units\n")
770 ;; The variable math-cu-unit-list is local to math-build-units-table,
771 ;; but is used by math-compare-unit-names, which is called (indirectly)
772 ;; by math-build-units-table.
773 ;; math-cu-unit-list is also local to math-convert-units, but is used
774 ;; by math-convert-units-rec, which is called by math-convert-units.
775 (defvar math-cu-unit-list
)
777 (defun math-build-units-table ()
779 (let* ((combined-units (append math-additional-units
780 math-standard-units
))
781 (math-cu-unit-list (mapcar 'car combined-units
))
783 (message "Building units table...")
784 (setq math-units-table-buffer-valid nil
)
785 (setq tab
(mapcar (function
789 (if (stringp (nth 1 x
))
790 (let ((exp (math-read-plain-expr
792 (if (eq (car-safe exp
) 'error
)
793 (error "Format error in definition of %s in units table: %s"
800 (list (cons (car x
) 1)))
803 (let ((math-units-table tab
))
804 (mapc 'math-find-base-units tab
))
805 (message "Building units table...done")
806 (setq math-units-table tab
))))
808 ;; The variables math-fbu-base and math-fbu-entry are local to
809 ;; math-find-base-units, but are used by math-find-base-units-rec,
810 ;; which is called by math-find-base-units.
811 (defvar math-fbu-base
)
812 (defvar math-fbu-entry
)
814 (defun math-find-base-units (math-fbu-entry)
815 (if (eq (nth 4 math-fbu-entry
) 'boom
)
816 (error "Circular definition involving unit %s" (car math-fbu-entry
)))
817 (or (nth 4 math-fbu-entry
)
819 (setcar (nthcdr 4 math-fbu-entry
) 'boom
)
820 (math-find-base-units-rec (nth 1 math-fbu-entry
) 1)
822 (error "Dimensionless definition for unit %s" (car math-fbu-entry
)))
823 (while (eq (cdr (car math-fbu-base
)) 0)
824 (setq math-fbu-base
(cdr math-fbu-base
)))
825 (let ((b math-fbu-base
))
827 (if (eq (cdr (car (cdr b
))) 0)
828 (setcdr b
(cdr (cdr b
)))
830 (setq math-fbu-base
(sort math-fbu-base
'math-compare-unit-names
))
831 (setcar (nthcdr 4 math-fbu-entry
) math-fbu-base
)
834 (defun math-compare-unit-names (a b
)
835 (memq (car b
) (cdr (memq (car a
) math-cu-unit-list
))))
837 (defun math-find-base-units-rec (expr pow
)
838 (let ((u (math-check-unit-name expr
)))
840 (let ((ulist (math-find-base-units u
)))
842 (let ((p (* (cdr (car ulist
)) pow
))
843 (old (assq (car (car ulist
)) math-fbu-base
)))
845 (setcdr old
(+ (cdr old
) p
))
847 (cons (cons (car (car ulist
)) p
) math-fbu-base
))))
848 (setq ulist
(cdr ulist
)))))
849 ((math-scalarp expr
))
850 ((and (eq (car expr
) '^
)
851 (integerp (nth 2 expr
)))
852 (math-find-base-units-rec (nth 1 expr
) (* pow
(nth 2 expr
))))
854 (math-find-base-units-rec (nth 1 expr
) pow
)
855 (math-find-base-units-rec (nth 2 expr
) pow
))
857 (math-find-base-units-rec (nth 1 expr
) pow
)
858 (math-find-base-units-rec (nth 2 expr
) (- pow
)))
859 ((eq (car expr
) 'neg
)
860 (math-find-base-units-rec (nth 1 expr
) pow
))
862 (math-find-base-units-rec (nth 1 expr
) pow
))
863 ((eq (car expr
) 'var
)
864 (or (eq (nth 1 expr
) 'pi
)
865 (error "Unknown name %s in defining expression for unit %s"
866 (nth 1 expr
) (car math-fbu-entry
))))
867 (t (error "Malformed defining expression for unit %s" (car math-fbu-entry
))))))
870 (defun math-units-in-expr-p (expr sub-exprs
)
872 (if (eq (car expr
) 'var
)
873 (math-check-unit-name expr
)
875 (memq (car expr
) '(* / ^
)))
876 (or (math-units-in-expr-p (nth 1 expr
) sub-exprs
)
877 (math-units-in-expr-p (nth 2 expr
) sub-exprs
))))))
879 (defun math-only-units-in-expr-p (expr)
881 (if (eq (car expr
) 'var
)
882 (math-check-unit-name expr
)
883 (if (memq (car expr
) '(* /))
884 (and (math-only-units-in-expr-p (nth 1 expr
))
885 (math-only-units-in-expr-p (nth 2 expr
)))
886 (and (eq (car expr
) '^
)
887 (and (math-only-units-in-expr-p (nth 1 expr
))
888 (math-realp (nth 2 expr
))))))))
890 (defun math-single-units-in-expr-p (expr)
891 (cond ((math-scalarp expr
) nil
)
892 ((eq (car expr
) 'var
)
893 (math-check-unit-name expr
))
895 (let ((u1 (math-single-units-in-expr-p (nth 1 expr
)))
896 (u2 (math-single-units-in-expr-p (nth 2 expr
))))
897 (or (and u1 u2
'wrong
)
901 (if (math-units-in-expr-p (nth 2 expr
) nil
)
903 (math-single-units-in-expr-p (nth 1 expr
))))
906 (defun math-check-unit-name (v)
907 (and (eq (car-safe v
) 'var
)
908 (or (assq (nth 1 v
) (or math-units-table
(math-build-units-table)))
909 (let ((name (symbol-name (nth 1 v
))))
910 (and (> (length name
) 1)
911 (assq (aref name
0) math-unit-prefixes
)
912 (or (assq (intern (substring name
1)) math-units-table
)
913 (and (eq (aref name
0) ?M
)
915 (eq (aref name
1) ?e
)
916 (eq (aref name
2) ?g
)
917 (assq (intern (substring name
3))
918 math-units-table
))))))))
920 ;; The variable math-which-standard is local to math-to-standard-units,
921 ;; but is used by math-to-standard-rec, which is called by
922 ;; math-to-standard-units.
923 (defvar math-which-standard
)
925 (defun math-to-standard-units (expr math-which-standard
)
926 (math-to-standard-rec expr
))
928 (defun math-to-standard-rec (expr)
929 (if (eq (car-safe expr
) 'var
)
930 (let ((u (math-check-unit-name expr
))
935 (setq expr
(math-to-standard-rec (nth 1 u
)))
936 (let ((st (assq (car u
) math-which-standard
)))
938 (setq expr
(nth 1 st
))
939 (setq expr
(list 'var
(car u
)
940 (intern (concat "var-"
946 (nth 1 (assq (aref (symbol-name base
) 0)
953 (if (Math-primp expr
)
956 (mapcar 'math-to-standard-rec
(cdr expr
))))))
958 (defun math-apply-units (expr units ulist
&optional pure
)
959 (setq expr
(math-simplify-units expr
))
963 (or (math-numberp expr
)
964 (error "Incompatible units"))
966 (setq value
(math-div expr
(nth 1 (car ulist
)))
967 value
(math-floor (let ((calc-internal-prec
968 (1- calc-internal-prec
)))
969 (math-normalize value
)))
970 new
(math-add new
(math-mul value
(car (car ulist
))))
971 expr
(math-sub expr
(math-mul value
(nth 1 (car ulist
))))
973 (math-add new
(math-mul (math-div expr
(nth 1 (car ulist
)))
977 (math-simplify-units (list '* expr units
)))))
979 (defvar math-decompose-units-cache nil
)
980 (defun math-decompose-units (units)
981 (let ((u (math-check-unit-name units
)))
982 (and u
(eq (car-safe (nth 1 u
)) '+)
983 (setq units
(nth 1 u
))))
984 (setq units
(calcFunc-expand units
))
985 (and (eq (car-safe units
) '+)
986 (let ((entry (list units calc-internal-prec calc-prefer-frac
)))
987 (or (equal entry
(car math-decompose-units-cache
))
991 (while (eq (car-safe utemp
) '+)
992 (setq ulist
(cons (math-decompose-unit-part (nth 2 utemp
))
994 utemp
(nth 1 utemp
)))
995 (setq ulist
(cons (math-decompose-unit-part utemp
) ulist
)
997 (while (setq utemp
(cdr utemp
))
998 (unless (equal (nth 2 (car utemp
)) (nth 2 (car ulist
)))
999 (error "Inconsistent units in sum")))
1000 (setq math-decompose-units-cache
1005 (not (Math-lessp (nth 1 x
)
1007 (cdr math-decompose-units-cache
))))
1009 (defun math-decompose-unit-part (unit)
1011 (math-is-multiple (math-simplify-units (math-to-standard-units
1015 ;; The variable math-fcu-u is local to math-find-compatible-unit,
1016 ;; but is used by math-find-compatible-rec which is called by
1017 ;; math-find-compatible-unit.
1020 (defun math-find-compatible-unit (expr unit
)
1021 (let ((math-fcu-u (math-check-unit-name unit
)))
1023 (math-find-compatible-unit-rec expr
1))))
1025 (defun math-find-compatible-unit-rec (expr pow
)
1026 (cond ((eq (car-safe expr
) '*)
1027 (or (math-find-compatible-unit-rec (nth 1 expr
) pow
)
1028 (math-find-compatible-unit-rec (nth 2 expr
) pow
)))
1029 ((eq (car-safe expr
) '/)
1030 (or (math-find-compatible-unit-rec (nth 1 expr
) pow
)
1031 (math-find-compatible-unit-rec (nth 2 expr
) (- pow
))))
1032 ((and (eq (car-safe expr
) '^
)
1033 (integerp (nth 2 expr
)))
1034 (math-find-compatible-unit-rec (nth 1 expr
) (* pow
(nth 2 expr
))))
1036 (let ((u2 (math-check-unit-name expr
)))
1037 (if (equal (nth 4 math-fcu-u
) (nth 4 u2
))
1038 (cons expr pow
))))))
1040 ;; The variables math-cu-new-units and math-cu-pure are local to
1041 ;; math-convert-units, but are used by math-convert-units-rec,
1042 ;; which is called by math-convert-units.
1043 (defvar math-cu-new-units
)
1044 (defvar math-cu-pure
)
1046 (defun math-convert-units (expr math-cu-new-units
&optional math-cu-pure
)
1047 (if (eq (car-safe math-cu-new-units
) 'var
)
1048 (let ((unew (assq (nth 1 math-cu-new-units
)
1049 (math-build-units-table))))
1050 (if (eq (car-safe (nth 1 unew
)) '+)
1051 (setq math-cu-new-units
(nth 1 unew
)))))
1052 (math-with-extra-prec 2
1053 (let ((compat (and (not math-cu-pure
)
1054 (math-find-compatible-unit expr math-cu-new-units
)))
1055 (math-cu-unit-list nil
)
1056 (math-combining-units nil
))
1058 (math-simplify-units
1059 (math-mul (math-mul (math-simplify-units
1060 (math-div expr
(math-pow (car compat
)
1062 (math-pow math-cu-new-units
(cdr compat
)))
1063 (math-simplify-units
1064 (math-to-standard-units
1065 (math-pow (math-div (car compat
) math-cu-new-units
)
1068 (when (setq math-cu-unit-list
(math-decompose-units math-cu-new-units
))
1069 (setq math-cu-new-units
(nth 2 (car math-cu-unit-list
))))
1070 (when (eq (car-safe expr
) '+)
1071 (setq expr
(math-simplify-units expr
)))
1072 (if (math-units-in-expr-p expr t
)
1073 (math-convert-units-rec expr
)
1074 (math-apply-units (math-to-standard-units
1075 (list '/ expr math-cu-new-units
) nil
)
1076 math-cu-new-units math-cu-unit-list math-cu-pure
))))))
1078 (defun math-convert-units-rec (expr)
1079 (if (math-units-in-expr-p expr nil
)
1080 (math-apply-units (math-to-standard-units
1081 (list '/ expr math-cu-new-units
) nil
)
1082 math-cu-new-units math-cu-unit-list math-cu-pure
)
1083 (if (Math-primp expr
)
1086 (mapcar 'math-convert-units-rec
(cdr expr
))))))
1088 (defun math-convert-temperature (expr old new
&optional pure
)
1089 (let* ((units (math-single-units-in-expr-p expr
))
1091 (if (or (null units
)
1092 (equal (nth 1 old
) (car units
)))
1093 (math-check-unit-name old
)
1094 (error "Inconsistent temperature units"))
1096 (unew (math-check-unit-name new
)))
1097 (unless (and (consp unew
) (nth 3 unew
))
1098 (error "Not a valid temperature unit"))
1099 (unless (and (consp uold
) (nth 3 uold
))
1100 (error "Not a pure temperature expression"))
1101 (let ((v (car uold
)))
1102 (setq expr
(list '/ expr
(list 'var v
1103 (intern (concat "var-"
1104 (symbol-name v
)))))))
1105 (or (eq (nth 3 uold
) (nth 3 unew
))
1106 (cond ((eq (nth 3 uold
) 'K
)
1107 (setq expr
(list '- expr
'(/ 27315 100)))
1108 (if (eq (nth 3 unew
) 'F
)
1109 (setq expr
(list '+ (list '* expr
'(/ 9 5)) 32))))
1110 ((eq (nth 3 uold
) 'C
)
1111 (if (eq (nth 3 unew
) 'F
)
1112 (setq expr
(list '+ (list '* expr
'(/ 9 5)) 32))
1113 (setq expr
(list '+ expr
'(/ 27315 100)))))
1115 (setq expr
(list '* (list '- expr
32) '(/ 5 9)))
1116 (if (eq (nth 3 unew
) 'K
)
1117 (setq expr
(list '+ expr
'(/ 27315 100)))))))
1120 (list '* expr new
))))
1124 (defun math-simplify-units (a)
1125 (let ((math-simplifying-units t
)
1126 (calc-matrix-mode 'scalar
))
1128 (defalias 'calcFunc-usimplify
'math-simplify-units
)
1130 ;; The function created by math-defsimplify uses the variable
1131 ;; math-simplify-expr, and so is used by functions in math-defsimplify
1132 (defvar math-simplify-expr
)
1134 (math-defsimplify (+ -
)
1135 (and math-simplifying-units
1136 (math-units-in-expr-p (nth 1 math-simplify-expr
) nil
)
1137 (let* ((units (math-extract-units (nth 1 math-simplify-expr
)))
1138 (ratio (math-simplify (math-to-standard-units
1139 (list '/ (nth 2 math-simplify-expr
) units
) nil
))))
1140 (if (math-units-in-expr-p ratio nil
)
1142 (calc-record-why "*Inconsistent units" math-simplify-expr
)
1144 (list '* (math-add (math-remove-units (nth 1 math-simplify-expr
))
1145 (if (eq (car math-simplify-expr
) '-
)
1146 (math-neg ratio
) ratio
))
1150 (math-simplify-units-prod))
1152 (defun math-simplify-units-prod ()
1153 (and math-simplifying-units
1154 calc-autorange-units
1155 (Math-realp (nth 1 math-simplify-expr
))
1156 (let* ((num (math-float (nth 1 math-simplify-expr
)))
1157 (xpon (calcFunc-xpon num
))
1158 (unitp (cdr (cdr math-simplify-expr
)))
1160 (pow (if (eq (car math-simplify-expr
) '*) 1 -
1))
1162 (and (eq (car-safe unit
) '*)
1163 (setq unitp
(cdr unit
)
1165 (and (eq (car-safe unit
) '^
)
1166 (integerp (nth 2 unit
))
1167 (setq pow
(* pow
(nth 2 unit
))
1170 (and (setq u
(math-check-unit-name unit
))
1173 (>= xpon
(if (eq (car u
) 'm
) 1 3)))
1176 (reverse math-unit-prefixes
)
1177 math-unit-prefixes
))
1180 (or (eq (car u
) (nth 1 unit
))
1185 math-unit-prefixes
))))))
1186 (setq xpon
(+ xpon uxpon
))
1188 (or (memq (car (car p
)) '(?d ?D ?h ?H
))
1189 (and (eq (car (car p
)) ?c
)
1190 (not (eq (car u
) 'm
)))
1191 (< xpon
(setq pxpon
(* (nth 2 (nth 1 (car p
)))
1194 (setq pname
(math-build-var-name
1195 (if (eq (car (car p
)) 0)
1197 (concat (char-to-string
1201 (and (/= (car (car p
)) 0)
1203 math-units-table
)))))
1207 (or (not (eq p pref
))
1208 (< xpon
(+ pxpon
(* (math-abs pow
) 3))))
1210 (setcar (cdr math-simplify-expr
)
1211 (let ((calc-prefer-frac nil
))
1212 (calcFunc-scf (nth 1 math-simplify-expr
)
1214 (setcar unitp pname
)
1215 math-simplify-expr
)))))))
1217 (defvar math-try-cancel-units
)
1220 (and math-simplifying-units
1221 (let ((np (cdr math-simplify-expr
))
1222 (math-try-cancel-units 0)
1224 (setq n
(if (eq (car-safe (nth 2 math-simplify-expr
)) '*)
1225 (cdr (nth 2 math-simplify-expr
))
1226 (nthcdr 2 math-simplify-expr
)))
1227 (if (math-realp (car n
))
1229 (setcar (cdr math-simplify-expr
) (math-mul (nth 1 math-simplify-expr
)
1230 (let ((calc-prefer-frac nil
))
1231 (math-div 1 (car n
)))))
1233 (while (eq (car-safe (setq n
(car np
))) '*)
1234 (math-simplify-units-divisor (cdr n
) (cdr (cdr math-simplify-expr
)))
1235 (setq np
(cdr (cdr n
))))
1236 (math-simplify-units-divisor np
(cdr (cdr math-simplify-expr
)))
1237 (if (eq math-try-cancel-units
0)
1238 (let* ((math-simplifying-units nil
)
1239 (base (math-simplify
1240 (math-to-standard-units math-simplify-expr nil
))))
1241 (if (Math-numberp base
)
1242 (setq math-simplify-expr base
))))
1243 (if (eq (car-safe math-simplify-expr
) '/)
1244 (math-simplify-units-prod))
1245 math-simplify-expr
)))
1247 (defun math-simplify-units-divisor (np dp
)
1250 (while (eq (car-safe (setq d
(car dp
))) '*)
1251 (when (setq temp
(math-simplify-units-quotient n
(nth 1 d
)))
1252 (setcar np
(setq n temp
))
1254 (setq dp
(cdr (cdr d
))))
1255 (when (setq temp
(math-simplify-units-quotient n d
))
1256 (setcar np
(setq n temp
))
1259 ;; Simplify, e.g., "in / cm" to "2.54" in a units expression.
1260 (defun math-simplify-units-quotient (n d
)
1263 (when (and (eq (car-safe n
) '^
)
1264 (integerp (nth 2 n
)))
1265 (setq pow1
(nth 2 n
) n
(nth 1 n
)))
1266 (when (and (eq (car-safe d
) '^
)
1267 (integerp (nth 2 d
)))
1268 (setq pow2
(nth 2 d
) d
(nth 1 d
)))
1269 (let ((un (math-check-unit-name n
))
1270 (ud (math-check-unit-name d
)))
1272 (if (and (equal (nth 4 un
) (nth 4 ud
))
1275 (math-to-standard-units (list '/ n d
) nil
)
1276 (list '^
(math-to-standard-units (list '/ n d
) nil
) pow1
))
1283 (and (eq (car (car un
)) (car (car ud1
)))
1284 (setq math-try-cancel-units
1285 (+ math-try-cancel-units
1286 (- (* (cdr (car un
)) pow1
)
1287 (* (cdr (car ud
)) pow2
)))))
1288 (setq ud1
(cdr ud1
)))
1293 (and math-simplifying-units
1294 (math-realp (nth 2 math-simplify-expr
))
1295 (if (memq (car-safe (nth 1 math-simplify-expr
)) '(* /))
1296 (list (car (nth 1 math-simplify-expr
))
1297 (list '^
(nth 1 (nth 1 math-simplify-expr
))
1298 (nth 2 math-simplify-expr
))
1299 (list '^
(nth 2 (nth 1 math-simplify-expr
))
1300 (nth 2 math-simplify-expr
)))
1301 (math-simplify-units-pow (nth 1 math-simplify-expr
)
1302 (nth 2 math-simplify-expr
)))))
1304 (math-defsimplify calcFunc-sqrt
1305 (and math-simplifying-units
1306 (if (memq (car-safe (nth 1 math-simplify-expr
)) '(* /))
1307 (list (car (nth 1 math-simplify-expr
))
1308 (list 'calcFunc-sqrt
(nth 1 (nth 1 math-simplify-expr
)))
1309 (list 'calcFunc-sqrt
(nth 2 (nth 1 math-simplify-expr
))))
1310 (math-simplify-units-pow (nth 1 math-simplify-expr
) '(frac 1 2)))))
1312 (math-defsimplify (calcFunc-floor
1322 (and math-simplifying-units
1323 (= (length math-simplify-expr
) 2)
1324 (if (math-only-units-in-expr-p (nth 1 math-simplify-expr
))
1325 (nth 1 math-simplify-expr
)
1326 (if (and (memq (car-safe (nth 1 math-simplify-expr
)) '(* /))
1327 (or (math-only-units-in-expr-p
1328 (nth 1 (nth 1 math-simplify-expr
)))
1329 (math-only-units-in-expr-p
1330 (nth 2 (nth 1 math-simplify-expr
)))))
1331 (list (car (nth 1 math-simplify-expr
))
1332 (cons (car math-simplify-expr
)
1333 (cons (nth 1 (nth 1 math-simplify-expr
))
1334 (cdr (cdr math-simplify-expr
))))
1335 (cons (car math-simplify-expr
)
1336 (cons (nth 2 (nth 1 math-simplify-expr
))
1337 (cdr (cdr math-simplify-expr
)))))))))
1339 (defun math-simplify-units-pow (a pow
)
1340 (if (and (eq (car-safe a
) '^
)
1341 (math-check-unit-name (nth 1 a
))
1342 (math-realp (nth 2 a
)))
1343 (list '^
(nth 1 a
) (math-mul pow
(nth 2 a
)))
1344 (let* ((u (math-check-unit-name a
))
1345 (pf (math-to-simple-fraction pow
))
1346 (d (and (eq (car-safe pf
) 'frac
) (nth 2 pf
))))
1348 (math-units-are-multiple u d
)
1349 (list '^
(math-to-standard-units a nil
) pow
)))))
1352 (defun math-units-are-multiple (u n
)
1354 (while (and u
(= (%
(cdr (car u
)) n
) 0))
1358 (math-defsimplify calcFunc-sin
1359 (and math-simplifying-units
1360 (math-units-in-expr-p (nth 1 math-simplify-expr
) nil
)
1361 (let ((rad (math-simplify-units
1363 (math-to-standard-units (nth 1 math-simplify-expr
) nil
))))
1364 (calc-angle-mode 'rad
))
1365 (and (eq (car-safe rad
) '*)
1366 (math-realp (nth 1 rad
))
1367 (eq (car-safe (nth 2 rad
)) 'var
)
1368 (eq (nth 1 (nth 2 rad
)) 'rad
)
1369 (list 'calcFunc-sin
(nth 1 rad
))))))
1371 (math-defsimplify calcFunc-cos
1372 (and math-simplifying-units
1373 (math-units-in-expr-p (nth 1 math-simplify-expr
) nil
)
1374 (let ((rad (math-simplify-units
1376 (math-to-standard-units (nth 1 math-simplify-expr
) nil
))))
1377 (calc-angle-mode 'rad
))
1378 (and (eq (car-safe rad
) '*)
1379 (math-realp (nth 1 rad
))
1380 (eq (car-safe (nth 2 rad
)) 'var
)
1381 (eq (nth 1 (nth 2 rad
)) 'rad
)
1382 (list 'calcFunc-cos
(nth 1 rad
))))))
1384 (math-defsimplify calcFunc-tan
1385 (and math-simplifying-units
1386 (math-units-in-expr-p (nth 1 math-simplify-expr
) nil
)
1387 (let ((rad (math-simplify-units
1389 (math-to-standard-units (nth 1 math-simplify-expr
) nil
))))
1390 (calc-angle-mode 'rad
))
1391 (and (eq (car-safe rad
) '*)
1392 (math-realp (nth 1 rad
))
1393 (eq (car-safe (nth 2 rad
)) 'var
)
1394 (eq (nth 1 (nth 2 rad
)) 'rad
)
1395 (list 'calcFunc-tan
(nth 1 rad
))))))
1397 (math-defsimplify calcFunc-sec
1398 (and math-simplifying-units
1399 (math-units-in-expr-p (nth 1 math-simplify-expr
) nil
)
1400 (let ((rad (math-simplify-units
1402 (math-to-standard-units (nth 1 math-simplify-expr
) nil
))))
1403 (calc-angle-mode 'rad
))
1404 (and (eq (car-safe rad
) '*)
1405 (math-realp (nth 1 rad
))
1406 (eq (car-safe (nth 2 rad
)) 'var
)
1407 (eq (nth 1 (nth 2 rad
)) 'rad
)
1408 (list 'calcFunc-sec
(nth 1 rad
))))))
1410 (math-defsimplify calcFunc-csc
1411 (and math-simplifying-units
1412 (math-units-in-expr-p (nth 1 math-simplify-expr
) nil
)
1413 (let ((rad (math-simplify-units
1415 (math-to-standard-units (nth 1 math-simplify-expr
) nil
))))
1416 (calc-angle-mode 'rad
))
1417 (and (eq (car-safe rad
) '*)
1418 (math-realp (nth 1 rad
))
1419 (eq (car-safe (nth 2 rad
)) 'var
)
1420 (eq (nth 1 (nth 2 rad
)) 'rad
)
1421 (list 'calcFunc-csc
(nth 1 rad
))))))
1423 (math-defsimplify calcFunc-cot
1424 (and math-simplifying-units
1425 (math-units-in-expr-p (nth 1 math-simplify-expr
) nil
)
1426 (let ((rad (math-simplify-units
1428 (math-to-standard-units (nth 1 math-simplify-expr
) nil
))))
1429 (calc-angle-mode 'rad
))
1430 (and (eq (car-safe rad
) '*)
1431 (math-realp (nth 1 rad
))
1432 (eq (car-safe (nth 2 rad
)) 'var
)
1433 (eq (nth 1 (nth 2 rad
)) 'rad
)
1434 (list 'calcFunc-cot
(nth 1 rad
))))))
1437 (defun math-remove-units (expr)
1438 (if (math-check-unit-name expr
)
1440 (if (Math-primp expr
)
1443 (mapcar 'math-remove-units
(cdr expr
))))))
1445 (defun math-extract-units (expr)
1446 (if (memq (car-safe expr
) '(* /))
1448 (mapcar 'math-extract-units
(cdr expr
)))
1449 (if (math-check-unit-name expr
) expr
1)))
1451 (defun math-build-units-table-buffer (enter-buffer)
1452 (if (not (and math-units-table math-units-table-buffer-valid
1453 (get-buffer "*Units Table*")))
1454 (let ((buf (get-buffer-create "*Units Table*"))
1455 (uptr (math-build-units-table))
1456 (calc-language (if (eq calc-language
'big
) nil calc-language
))
1457 (calc-float-format '(float 0))
1458 (calc-group-digits nil
)
1459 (calc-number-radix 10)
1460 (calc-point-char ".")
1464 (message "Formatting units table...")
1466 (let ((inhibit-read-only t
))
1468 (insert "Calculator Units Table:\n\n")
1469 (insert "(All definitions are exact unless marked with an asterisk (*).)\n\n")
1470 (insert "Unit Type Definition Description\n\n")
1474 (when (eq (car u
) 'm
)
1476 (setq shadowed
(and std
(assq (car u
) math-additional-units
)))
1479 (eq (aref name
0) ?\
*))
1480 (unless (eq uptr math-units-table
)
1482 (setq name
(substring name
1)))
1484 (and shadowed
(insert "("))
1485 (insert (symbol-name (car u
)))
1486 (and shadowed
(insert ")"))
1490 (insert (symbol-name (nth 3 u
))))
1496 (and shadowed
(insert "("))
1500 (insert (math-format-value (nth 1 u
) 80))
1501 (insert (symbol-name (car u
)))))
1502 (and shadowed
(insert ")"))
1508 (insert " (redefined above)")
1510 (insert " (base unit)")))
1512 (setq uptr
(cdr uptr
)))
1513 (insert "\n\nUnit Prefix Table:\n\n")
1514 (setq uptr math-unit-prefixes
)
1517 (insert " " (char-to-string (car u
)))
1518 (if (equal (nth 1 u
) (nth 1 (nth 1 uptr
)))
1519 (insert " " (char-to-string (car (car (setq uptr
(cdr uptr
)))))
1522 (insert "10^" (int-to-string (nth 2 (nth 1 u
))))
1524 (insert " " (nth 2 u
) "\n")
1525 (while (eq (car (car (setq uptr
(cdr uptr
)))) 0)))
1528 (message "Formatting units table...done"))
1529 (setq math-units-table-buffer-valid t
)
1530 (let ((oldbuf (current-buffer)))
1532 (goto-char (point-min))
1533 (set-buffer oldbuf
))
1536 (display-buffer buf
)))
1538 (pop-to-buffer (get-buffer "*Units Table*"))
1539 (display-buffer (get-buffer "*Units Table*")))))
1541 (provide 'calc-units
)
1544 ;; coding: iso-latin-1
1547 ;; arch-tag: e993314f-3adc-4191-be61-4ef8874881c4
1548 ;;; calc-units.el ends here