]> code.delx.au - gnu-emacs/blob - lisp/calc/calc-units.el
*** empty log message ***
[gnu-emacs] / lisp / calc / calc-units.el
1 ;;; calc-units.el --- unit conversion functions for Calc
2
3 ;; Copyright (C) 1990, 1991, 1992, 1993, 2001 Free Software Foundation, Inc.
4
5 ;; Author: David Gillespie <daveg@synaptics.com>
6 ;; Maintainer: Jay Belanger <belanger@truman.edu>
7
8 ;; This file is part of GNU Emacs.
9
10 ;; GNU Emacs is distributed in the hope that it will be useful,
11 ;; but WITHOUT ANY WARRANTY. No author or distributor
12 ;; accepts responsibility to anyone for the consequences of using it
13 ;; or for whether it serves any particular purpose or works at all,
14 ;; unless he says so in writing. Refer to the GNU Emacs General Public
15 ;; License for full details.
16
17 ;; Everyone is granted permission to copy, modify and redistribute
18 ;; GNU Emacs, but only under the conditions described in the
19 ;; GNU Emacs General Public License. A copy of this license is
20 ;; supposed to have been given to you along with GNU Emacs so you
21 ;; can know your rights and responsibilities. It should be in a
22 ;; file named COPYING. Among other things, the copyright notice
23 ;; and this notice must be preserved on all copies.
24
25 ;;; Commentary:
26
27 ;;; Code:
28
29 ;; This file is autoloaded from calc-ext.el.
30
31 (require 'calc-ext)
32 (require 'calc-macs)
33 (eval-when-compile
34 (require 'calc-alg))
35
36 ;;; Units operations.
37
38 ;;; Units table last updated 9-Jan-91 by Ulrich Mueller (ulm@vsnhd1.cern.ch)
39 ;;; with some additions by Przemek Klosowski (przemek@rrdstrad.nist.gov)
40 ;;; Updated April 2002 by Jochen Küpper
41
42 ;;; for CODATA 1998 see one of
43 ;;; - Journal of Physical and Chemical Reference Data, 28(6), 1713-1852, 1999.
44 ;;; - Reviews of Modern Physics, 72(2), 351-495, 2000.
45 ;;; - http://physics.nist.gov/cuu/Constants/index.html
46
47 (defvar math-standard-units
48 '( ;; Length
49 ( m nil "*Meter" )
50 ( in "2.54 cm" "Inch" )
51 ( ft "12 in" "Foot" )
52 ( yd "3 ft" "Yard" )
53 ( mi "5280 ft" "Mile" )
54 ( au "149597870691 m" "Astronomical Unit" ) ;; NASA JPL (http://neo.jpl.nasa.gov/glossary/au.html)
55 ( lyr "9460536207068016 m" "Light Year" )
56 ( pc "206264.80625 au" "Parsec" )
57 ( nmi "1852 m" "Nautical Mile" )
58 ( fath "6 ft" "Fathom" )
59 ( u "1 um" "Micron" )
60 ( mil "in/1000" "Mil" )
61 ( point "in/72" "Point (1/72 inch)" )
62 ( tpt "in/72.27" "Point (TeX conventions)" )
63 ( Ang "1e-10 m" "Angstrom" )
64 ( mfi "mi+ft+in" "Miles + feet + inches" )
65
66 ;; Area
67 ( hect "10000 m^2" "*Hectare" )
68 ( acre "mi^2 / 640" "Acre" )
69 ( b "1e-28 m^2" "Barn" )
70
71 ;; Volume
72 ( l "1e-3 m^3" "*Liter" )
73 ( L "1e-3 m^3" "Liter" )
74 ( gal "4 qt" "US Gallon" )
75 ( qt "2 pt" "Quart" )
76 ( pt "2 cup" "Pint" )
77 ( cup "8 ozfl" "Cup" )
78 ( ozfl "2 tbsp" "Fluid Ounce" )
79 ( floz "2 tbsp" "Fluid Ounce" )
80 ( tbsp "3 tsp" "Tablespoon" )
81 ( tsp "4.92892159375 ml" "Teaspoon" )
82 ( vol "tsp+tbsp+ozfl+cup+pt+qt+gal" "Gallons + ... + teaspoons" )
83 ( galC "4.54609 l" "Canadian Gallon" )
84 ( galUK "4.546092 l" "UK Gallon" )
85
86 ;; Time
87 ( s nil "*Second" )
88 ( sec "s" "Second" )
89 ( min "60 s" "Minute" )
90 ( hr "60 min" "Hour" )
91 ( day "24 hr" "Day" )
92 ( wk "7 day" "Week" )
93 ( hms "wk+day+hr+min+s" "Hours, minutes, seconds" )
94 ( yr "365.25 day" "Year" )
95 ( Hz "1/s" "Hertz" )
96
97 ;; Speed
98 ( mph "mi/hr" "*Miles per hour" )
99 ( kph "km/hr" "Kilometers per hour" )
100 ( knot "nmi/hr" "Knot" )
101 ( c "2.99792458e8 m/s" "Speed of light" )
102
103 ;; Acceleration
104 ( ga "9.80665 m/s^2" "*\"g\" acceleration" )
105
106 ;; Mass
107 ( g nil "*Gram" )
108 ( lb "16 oz" "Pound (mass)" )
109 ( oz "28.349523125 g" "Ounce (mass)" )
110 ( ton "2000 lb" "Ton" )
111 ( tpo "ton+lb+oz" "Tons + pounds + ounces (mass)" )
112 ( t "1000 kg" "Metric ton" )
113 ( tonUK "1016.0469088 kg" "UK ton" )
114 ( lbt "12 ozt" "Troy pound" )
115 ( ozt "31.103475 g" "Troy ounce" )
116 ( ct ".2 g" "Carat" )
117 ( amu "1.66053873e-27 kg" "Unified atomic mass" ) ;; CODATA 1998
118
119 ;; Force
120 ( N "m kg/s^2" "*Newton" )
121 ( dyn "1e-5 N" "Dyne" )
122 ( gf "ga g" "Gram (force)" )
123 ( lbf "4.44822161526 N" "Pound (force)" )
124 ( kip "1000 lbf" "Kilopound (force)" )
125 ( pdl "0.138255 N" "Poundal" )
126
127 ;; Energy
128 ( J "N m" "*Joule" )
129 ( erg "1e-7 J" "Erg" )
130 ( cal "4.1868 J" "International Table Calorie" )
131 ( Btu "1055.05585262 J" "International Table Btu" )
132 ( eV "ech V" "Electron volt" )
133 ( ev "eV" "Electron volt" )
134 ( therm "105506000 J" "EEC therm" )
135 ( invcm "h c/cm" "Energy in inverse centimeters" )
136 ( Kayser "invcm" "Kayser (inverse centimeter energy)" )
137 ( men "100/invcm" "Inverse energy in meters" )
138 ( Hzen "h Hz" "Energy in Hertz")
139 ( Ken "k K" "Energy in Kelvins")
140 ( Wh "W h" "Watt hour")
141 ( Ws "W s" "Watt second")
142
143 ;; Power
144 ( W "J/s" "*Watt" )
145 ( hp "745.7 W" "Horsepower" )
146
147 ;; Temperature
148 ( K nil "*Degree Kelvin" K )
149 ( dK "K" "Degree Kelvin" K )
150 ( degK "K" "Degree Kelvin" K )
151 ( dC "K" "Degree Celsius" C )
152 ( degC "K" "Degree Celsius" C )
153 ( dF "(5/9) K" "Degree Fahrenheit" F )
154 ( degF "(5/9) K" "Degree Fahrenheit" F )
155
156 ;; Pressure
157 ( Pa "N/m^2" "*Pascal" )
158 ( bar "1e5 Pa" "Bar" )
159 ( atm "101325 Pa" "Standard atmosphere" )
160 ( torr " 1.333224e2 Pa" "Torr" ) ;; NIST (http://physics.nist.gov/Pubs/SP811/appenB9.html)
161 ( mHg "1000 torr" "Meter of mercury" )
162 ( inHg "25.4 mmHg" "Inch of mercury" )
163 ( inH2O "2.490889e2 Pa" "Inch of water" ) ;; NIST (http://physics.nist.gov/Pubs/SP811/appenB9.html)
164 ( psi "6894.75729317 Pa" "Pound per square inch" )
165
166 ;; Viscosity
167 ( P "0.1 Pa s" "*Poise" )
168 ( St "1e-4 m^2/s" "Stokes" )
169
170 ;; Electromagnetism
171 ( A nil "*Ampere" )
172 ( C "A s" "Coulomb" )
173 ( Fdy "ech Nav" "Faraday" )
174 ( e "1.602176462e-19 C" "Elementary charge" ) ;; CODATA 1998
175 ( ech "1.602176462e-19 C" "Elementary charge" ) ;; CODATA 1998
176 ( V "W/A" "Volt" )
177 ( ohm "V/A" "Ohm" )
178 ( mho "A/V" "Mho" )
179 ( S "A/V" "Siemens" )
180 ( F "C/V" "Farad" )
181 ( H "Wb/A" "Henry" )
182 ( T "Wb/m^2" "Tesla" )
183 ( G "1e-4 T" "Gauss" )
184 ( Wb "V s" "Weber" )
185
186 ;; Luminous intensity
187 ( cd nil "*Candela" )
188 ( sb "1e4 cd/m^2" "Stilb" )
189 ( lm "cd sr" "Lumen" )
190 ( lx "lm/m^2" "Lux" )
191 ( ph "1e4 lx" "Phot" )
192 ( fc "10.76391 lx" "Footcandle" ) ;; NIST (http://physics.nist.gov/Pubs/SP811/appenB9.html)
193 ( lam "1e4 lm/m^2" "Lambert" )
194 ( flam "3.426259 cd/m^2" "Footlambert" ) ;; NIST (http://physics.nist.gov/Pubs/SP811/appenB9.html)
195
196 ;; Radioactivity
197 ( Bq "1/s" "*Becquerel" )
198 ( Ci "3.7e10 Bq" "Curie" )
199 ( Gy "J/kg" "Gray" )
200 ( Sv "Gy" "Sievert" )
201 ( R "2.58e-4 C/kg" "Roentgen" )
202 ( rd ".01 Gy" "Rad" )
203 ( rem "rd" "Rem" )
204
205 ;; Amount of substance
206 ( mol nil "*Mole" )
207
208 ;; Plane angle
209 ( rad nil "*Radian" )
210 ( circ "2 pi rad" "Full circle" )
211 ( rev "circ" "Full revolution" )
212 ( deg "circ/360" "Degree" )
213 ( arcmin "deg/60" "Arc minute" )
214 ( arcsec "arcmin/60" "Arc second" )
215 ( grad "circ/400" "Grade" )
216 ( rpm "rev/min" "Revolutions per minute" )
217
218 ;; Solid angle
219 ( sr nil "*Steradian" )
220
221 ;; Other physical quantities (CODATA 1998)
222 ( h "6.62606876e-34 J s" "*Planck's constant" )
223 ( hbar "h / 2 pi" "Planck's constant" )
224 ( mu0 "4 pi 1e-7 H/m" "Permeability of vacuum" )
225 ( Grav "6.673e-11 m^3/kg^1/s^2" "Gravitational constant" )
226 ( Nav "6.02214199e23 / mol" "Avagadro's constant" )
227 ( me "9.10938188e-31 kg" "Electron rest mass" )
228 ( mp "1.67262158e-27 kg" "Proton rest mass" )
229 ( mn "1.67492716e-27 kg" "Neutron rest mass" )
230 ( mu "1.88353109e-28 kg" "Muon rest mass" )
231 ( Ryd "10973731.568549 /m" "Rydberg's constant" )
232 ( k "1.3806503e-23 J/K" "Boltzmann's constant" )
233 ( fsc "7.297352533e-3" "Fine structure constant" )
234 ( muB "927.400899e-26 J/T" "Bohr magneton" )
235 ( muN "5.05078317e-27 J/T" "Nuclear magneton" )
236 ( mue "-928.476362e-26 J/T" "Electron magnetic moment" )
237 ( mup "1.410606633e-26 J/T" "Proton magnetic moment" )
238 ( R0 "8.314472 J/mol/K" "Molar gas constant" )
239 ( V0 "22.710981e-3 m^3/mol" "Standard volume of ideal gas" )))
240
241
242 (defvar math-additional-units nil
243 "*Additional units table for user-defined units.
244 Must be formatted like math-standard-units.
245 If this is changed, be sure to set math-units-table to nil to ensure
246 that the combined units table will be rebuilt.")
247
248 (defvar math-unit-prefixes
249 '( ( ?E (float 1 18) "Exa" )
250 ( ?P (float 1 15) "Peta" )
251 ( ?T (float 1 12) "Tera" )
252 ( ?G (float 1 9) "Giga" )
253 ( ?M (float 1 6) "Mega" )
254 ( ?k (float 1 3) "Kilo" )
255 ( ?K (float 1 3) "Kilo" )
256 ( ?h (float 1 2) "Hecto" )
257 ( ?H (float 1 2) "Hecto" )
258 ( ?D (float 1 1) "Deka" )
259 ( 0 (float 1 0) nil )
260 ( ?d (float 1 -1) "Deci" )
261 ( ?c (float 1 -2) "Centi" )
262 ( ?m (float 1 -3) "Milli" )
263 ( ?u (float 1 -6) "Micro" )
264 ( ?n (float 1 -9) "Nano" )
265 ( ?p (float 1 -12) "Pico" )
266 ( ?f (float 1 -15) "Femto" )
267 ( ?a (float 1 -18) "Atto" )))
268
269 (defvar math-standard-units-systems
270 '( ( base nil )
271 ( si ( ( g '(* (var kg var-kg) (float 1 -3)) ) ) )
272 ( mks ( ( g '(* (var kg var-kg) (float 1 -3)) ) ) )
273 ( cgs ( ( m '(* (var cm var-cm) 100 ) ) ) )))
274
275 (defvar math-units-table nil
276 "Internal units table derived from math-defined-units.
277 Entries are (SYMBOL EXPR DOC-STRING TEMP-TYPE BASE-UNITS).")
278
279 (defvar math-units-table-buffer-valid nil)
280
281 ;;; Units commands.
282
283 (defun calc-base-units ()
284 (interactive)
285 (calc-slow-wrapper
286 (let ((calc-autorange-units nil))
287 (calc-enter-result 1 "bsun" (math-simplify-units
288 (math-to-standard-units (calc-top-n 1)
289 nil))))))
290
291 (defun calc-quick-units ()
292 (interactive)
293 (calc-slow-wrapper
294 (let* ((num (- last-command-char ?0))
295 (pos (if (= num 0) 10 num))
296 (units (calc-var-value 'var-Units))
297 (expr (calc-top-n 1)))
298 (unless (and (>= num 0) (<= num 9))
299 (error "Bad unit number"))
300 (unless (math-vectorp units)
301 (error "No \"quick units\" are defined"))
302 (unless (< pos (length units))
303 (error "Unit number %d not defined" pos))
304 (if (math-units-in-expr-p expr nil)
305 (calc-enter-result 1 (format "cun%d" num)
306 (math-convert-units expr (nth pos units)))
307 (calc-enter-result 1 (format "*un%d" num)
308 (math-simplify-units
309 (math-mul expr (nth pos units))))))))
310
311 (defun calc-convert-units (&optional old-units new-units)
312 (interactive)
313 (calc-slow-wrapper
314 (let ((expr (calc-top-n 1))
315 (uoldname nil)
316 unew
317 units)
318 (unless (math-units-in-expr-p expr t)
319 (let ((uold (or old-units
320 (progn
321 (setq uoldname (read-string "Old units: "))
322 (if (equal uoldname "")
323 (progn
324 (setq uoldname "1")
325 1)
326 (if (string-match "\\` */" uoldname)
327 (setq uoldname (concat "1" uoldname)))
328 (math-read-expr uoldname))))))
329 (when (eq (car-safe uold) 'error)
330 (error "Bad format in units expression: %s" (nth 1 uold)))
331 (setq expr (math-mul expr uold))))
332 (unless new-units
333 (setq new-units (read-string (if uoldname
334 (concat "Old units: "
335 uoldname
336 ", new units: ")
337 "New units: "))))
338 (when (string-match "\\` */" new-units)
339 (setq new-units (concat "1" new-units)))
340 (setq units (math-read-expr new-units))
341 (when (eq (car-safe units) 'error)
342 (error "Bad format in units expression: %s" (nth 2 units)))
343 (let ((unew (math-units-in-expr-p units t))
344 (std (and (eq (car-safe units) 'var)
345 (assq (nth 1 units) math-standard-units-systems))))
346 (if std
347 (calc-enter-result 1 "cvun" (math-simplify-units
348 (math-to-standard-units expr
349 (nth 1 std))))
350 (unless unew
351 (error "No units specified"))
352 (calc-enter-result 1 "cvun"
353 (math-convert-units
354 expr units
355 (and uoldname (not (equal uoldname "1"))))))))))
356
357 (defun calc-autorange-units (arg)
358 (interactive "P")
359 (calc-wrapper
360 (calc-change-mode 'calc-autorange-units arg nil t)
361 (message (if calc-autorange-units
362 "Adjusting target unit prefix automatically"
363 "Using target units exactly"))))
364
365 (defun calc-convert-temperature (&optional old-units new-units)
366 (interactive)
367 (calc-slow-wrapper
368 (let ((expr (calc-top-n 1))
369 (uold nil)
370 (uoldname nil)
371 unew)
372 (setq uold (or old-units
373 (let ((units (math-single-units-in-expr-p expr)))
374 (if units
375 (if (consp units)
376 (list 'var (car units)
377 (intern (concat "var-"
378 (symbol-name
379 (car units)))))
380 (error "Not a pure temperature expression"))
381 (math-read-expr
382 (setq uoldname (read-string
383 "Old temperature units: ")))))))
384 (when (eq (car-safe uold) 'error)
385 (error "Bad format in units expression: %s" (nth 2 uold)))
386 (or (math-units-in-expr-p expr nil)
387 (setq expr (math-mul expr uold)))
388 (setq unew (or new-units
389 (math-read-expr
390 (read-string (if uoldname
391 (concat "Old temperature units: "
392 uoldname
393 ", new units: ")
394 "New temperature units: ")))))
395 (when (eq (car-safe unew) 'error)
396 (error "Bad format in units expression: %s" (nth 2 unew)))
397 (calc-enter-result 1 "cvtm" (math-simplify-units
398 (math-convert-temperature expr uold unew
399 uoldname))))))
400
401 (defun calc-remove-units ()
402 (interactive)
403 (calc-slow-wrapper
404 (calc-enter-result 1 "rmun" (math-simplify-units
405 (math-remove-units (calc-top-n 1))))))
406
407 (defun calc-extract-units ()
408 (interactive)
409 (calc-slow-wrapper
410 (calc-enter-result 1 "rmun" (math-simplify-units
411 (math-extract-units (calc-top-n 1))))))
412
413 ;; The variables calc-num-units and calc-den-units are local to
414 ;; calc-explain-units, but are used by calc-explain-units-rec,
415 ;; which is called by calc-explain-units.
416 (defvar calc-num-units)
417 (defvar calc-den-units)
418
419 (defun calc-explain-units ()
420 (interactive)
421 (calc-wrapper
422 (let ((calc-num-units nil)
423 (calc-den-units nil))
424 (calc-explain-units-rec (calc-top-n 1) 1)
425 (and calc-den-units (string-match "^[^(].* .*[^)]$" calc-den-units)
426 (setq calc-den-units (concat "(" calc-den-units ")")))
427 (if calc-num-units
428 (if calc-den-units
429 (message "%s per %s" calc-num-units calc-den-units)
430 (message "%s" calc-num-units))
431 (if calc-den-units
432 (message "1 per %s" calc-den-units)
433 (message "No units in expression"))))))
434
435 (defun calc-explain-units-rec (expr pow)
436 (let ((u (math-check-unit-name expr))
437 pos)
438 (if (and u (not (math-zerop pow)))
439 (let ((name (or (nth 2 u) (symbol-name (car u)))))
440 (if (eq (aref name 0) ?\*)
441 (setq name (substring name 1)))
442 (if (string-match "[^a-zA-Z0-9']" name)
443 (if (string-match "^[a-zA-Z0-9' ()]*$" name)
444 (while (setq pos (string-match "[ ()]" name))
445 (setq name (concat (substring name 0 pos)
446 (if (eq (aref name pos) 32) "-" "")
447 (substring name (1+ pos)))))
448 (setq name (concat "(" name ")"))))
449 (or (eq (nth 1 expr) (car u))
450 (setq name (concat (nth 2 (assq (aref (symbol-name
451 (nth 1 expr)) 0)
452 math-unit-prefixes))
453 (if (and (string-match "[^a-zA-Z0-9']" name)
454 (not (memq (car u) '(mHg gf))))
455 (concat "-" name)
456 (downcase name)))))
457 (cond ((or (math-equal-int pow 1)
458 (math-equal-int pow -1)))
459 ((or (math-equal-int pow 2)
460 (math-equal-int pow -2))
461 (if (equal (nth 4 u) '((m . 1)))
462 (setq name (concat "Square-" name))
463 (setq name (concat name "-squared"))))
464 ((or (math-equal-int pow 3)
465 (math-equal-int pow -3))
466 (if (equal (nth 4 u) '((m . 1)))
467 (setq name (concat "Cubic-" name))
468 (setq name (concat name "-cubed"))))
469 (t
470 (setq name (concat name "^"
471 (math-format-number (math-abs pow))))))
472 (if (math-posp pow)
473 (setq calc-num-units (if calc-num-units
474 (concat calc-num-units " " name)
475 name))
476 (setq calc-den-units (if calc-den-units
477 (concat calc-den-units " " name)
478 name))))
479 (cond ((eq (car-safe expr) '*)
480 (calc-explain-units-rec (nth 1 expr) pow)
481 (calc-explain-units-rec (nth 2 expr) pow))
482 ((eq (car-safe expr) '/)
483 (calc-explain-units-rec (nth 1 expr) pow)
484 (calc-explain-units-rec (nth 2 expr) (- pow)))
485 ((memq (car-safe expr) '(neg + -))
486 (calc-explain-units-rec (nth 1 expr) pow))
487 ((and (eq (car-safe expr) '^)
488 (math-realp (nth 2 expr)))
489 (calc-explain-units-rec (nth 1 expr)
490 (math-mul pow (nth 2 expr))))))))
491
492 (defun calc-simplify-units ()
493 (interactive)
494 (calc-slow-wrapper
495 (calc-with-default-simplification
496 (calc-enter-result 1 "smun" (math-simplify-units (calc-top-n 1))))))
497
498 (defun calc-view-units-table (n)
499 (interactive "P")
500 (and n (setq math-units-table-buffer-valid nil))
501 (let ((win (get-buffer-window "*Units Table*")))
502 (if (and win
503 math-units-table
504 math-units-table-buffer-valid)
505 (progn
506 (bury-buffer (window-buffer win))
507 (let ((curwin (selected-window)))
508 (select-window win)
509 (switch-to-buffer nil)
510 (select-window curwin)))
511 (math-build-units-table-buffer nil))))
512
513 (defun calc-enter-units-table (n)
514 (interactive "P")
515 (and n (setq math-units-table-buffer-valid nil))
516 (math-build-units-table-buffer t)
517 (message (substitute-command-keys "Type \\[calc] to return to the Calculator")))
518
519 (defun calc-define-unit (uname desc)
520 (interactive "SDefine unit name: \nsDescription: ")
521 (calc-wrapper
522 (let ((form (calc-top-n 1))
523 (unit (assq uname math-additional-units)))
524 (or unit
525 (setq math-additional-units
526 (cons (setq unit (list uname nil nil))
527 math-additional-units)
528 math-units-table nil))
529 (setcar (cdr unit) (and (not (and (eq (car-safe form) 'var)
530 (eq (nth 1 form) uname)))
531 (not (math-equal-int form 1))
532 (math-format-flat-expr form 0)))
533 (setcar (cdr (cdr unit)) (and (not (equal desc ""))
534 desc))))
535 (calc-invalidate-units-table))
536
537 (defun calc-undefine-unit (uname)
538 (interactive "SUndefine unit name: ")
539 (calc-wrapper
540 (let ((unit (assq uname math-additional-units)))
541 (or unit
542 (if (assq uname math-standard-units)
543 (error "\"%s\" is a predefined unit name" uname)
544 (error "Unit name \"%s\" not found" uname)))
545 (setq math-additional-units (delq unit math-additional-units)
546 math-units-table nil)))
547 (calc-invalidate-units-table))
548
549 (defun calc-invalidate-units-table ()
550 (setq math-units-table nil)
551 (let ((buf (get-buffer "*Units Table*")))
552 (and buf
553 (save-excursion
554 (set-buffer buf)
555 (save-excursion
556 (goto-char (point-min))
557 (if (looking-at "Calculator Units Table")
558 (let ((buffer-read-only nil))
559 (insert "(Obsolete) "))))))))
560
561 (defun calc-get-unit-definition (uname)
562 (interactive "SGet definition for unit: ")
563 (calc-wrapper
564 (math-build-units-table)
565 (let ((unit (assq uname math-units-table)))
566 (or unit
567 (error "Unit name \"%s\" not found" uname))
568 (let ((msg (nth 2 unit)))
569 (if (stringp msg)
570 (if (string-match "^\\*" msg)
571 (setq msg (substring msg 1)))
572 (setq msg (symbol-name uname)))
573 (if (nth 1 unit)
574 (progn
575 (calc-enter-result 0 "ugdf" (nth 1 unit))
576 (message "Derived unit: %s" msg))
577 (calc-enter-result 0 "ugdf" (list 'var uname
578 (intern
579 (concat "var-"
580 (symbol-name uname)))))
581 (message "Base unit: %s" msg))))))
582
583 (defun calc-permanent-units ()
584 (interactive)
585 (calc-wrapper
586 (let (pos)
587 (set-buffer (find-file-noselect (substitute-in-file-name
588 calc-settings-file)))
589 (goto-char (point-min))
590 (if (and (search-forward ";;; Custom units stored by Calc" nil t)
591 (progn
592 (beginning-of-line)
593 (setq pos (point))
594 (search-forward "\n;;; End of custom units" nil t)))
595 (progn
596 (beginning-of-line)
597 (forward-line 1)
598 (delete-region pos (point)))
599 (goto-char (point-max))
600 (insert "\n\n")
601 (forward-char -1))
602 (insert ";;; Custom units stored by Calc on " (current-time-string) "\n")
603 (if math-additional-units
604 (progn
605 (insert "(setq math-additional-units '(\n")
606 (let ((list math-additional-units))
607 (while list
608 (insert " (" (symbol-name (car (car list))) " "
609 (if (nth 1 (car list))
610 (if (stringp (nth 1 (car list)))
611 (prin1-to-string (nth 1 (car list)))
612 (prin1-to-string (math-format-flat-expr
613 (nth 1 (car list)) 0)))
614 "nil")
615 " "
616 (prin1-to-string (nth 2 (car list)))
617 ")\n")
618 (setq list (cdr list))))
619 (insert "))\n"))
620 (insert ";;; (no custom units defined)\n"))
621 (insert ";;; End of custom units\n")
622 (save-buffer))))
623
624
625 ;; The variable math-cu-unit-list is local to math-build-units-table,
626 ;; but is used by math-compare-unit-names, which is called (indirectly)
627 ;; by math-build-units-table.
628 ;; math-cu-unit-list is also local to math-convert-units, but is used
629 ;; by math-convert-units-rec, which is called by math-convert-units.
630 (defvar math-cu-unit-list)
631
632 (defun math-build-units-table ()
633 (or math-units-table
634 (let* ((combined-units (append math-additional-units
635 math-standard-units))
636 (math-cu-unit-list (mapcar 'car combined-units))
637 tab)
638 (message "Building units table...")
639 (setq math-units-table-buffer-valid nil)
640 (setq tab (mapcar (function
641 (lambda (x)
642 (list (car x)
643 (and (nth 1 x)
644 (if (stringp (nth 1 x))
645 (let ((exp (math-read-plain-expr
646 (nth 1 x))))
647 (if (eq (car-safe exp) 'error)
648 (error "Format error in definition of %s in units table: %s"
649 (car x) (nth 2 exp))
650 exp))
651 (nth 1 x)))
652 (nth 2 x)
653 (nth 3 x)
654 (and (not (nth 1 x))
655 (list (cons (car x) 1))))))
656 combined-units))
657 (let ((math-units-table tab))
658 (mapcar 'math-find-base-units tab))
659 (message "Building units table...done")
660 (setq math-units-table tab))))
661
662 ;; The variables math-fbu-base and math-fbu-entry are local to
663 ;; math-find-base-units, but are used by math-find-base-units-rec,
664 ;; which is called by math-find-base-units.
665 (defvar math-fbu-base)
666 (defvar math-fbu-entry)
667
668 (defun math-find-base-units (math-fbu-entry)
669 (if (eq (nth 4 math-fbu-entry) 'boom)
670 (error "Circular definition involving unit %s" (car math-fbu-entry)))
671 (or (nth 4 math-fbu-entry)
672 (let (math-fbu-base)
673 (setcar (nthcdr 4 math-fbu-entry) 'boom)
674 (math-find-base-units-rec (nth 1 math-fbu-entry) 1)
675 '(or math-fbu-base
676 (error "Dimensionless definition for unit %s" (car math-fbu-entry)))
677 (while (eq (cdr (car math-fbu-base)) 0)
678 (setq math-fbu-base (cdr math-fbu-base)))
679 (let ((b math-fbu-base))
680 (while (cdr b)
681 (if (eq (cdr (car (cdr b))) 0)
682 (setcdr b (cdr (cdr b)))
683 (setq b (cdr b)))))
684 (setq math-fbu-base (sort math-fbu-base 'math-compare-unit-names))
685 (setcar (nthcdr 4 math-fbu-entry) math-fbu-base)
686 math-fbu-base)))
687
688 (defun math-compare-unit-names (a b)
689 (memq (car b) (cdr (memq (car a) math-cu-unit-list))))
690
691 (defun math-find-base-units-rec (expr pow)
692 (let ((u (math-check-unit-name expr)))
693 (cond (u
694 (let ((ulist (math-find-base-units u)))
695 (while ulist
696 (let ((p (* (cdr (car ulist)) pow))
697 (old (assq (car (car ulist)) math-fbu-base)))
698 (if old
699 (setcdr old (+ (cdr old) p))
700 (setq math-fbu-base
701 (cons (cons (car (car ulist)) p) math-fbu-base))))
702 (setq ulist (cdr ulist)))))
703 ((math-scalarp expr))
704 ((and (eq (car expr) '^)
705 (integerp (nth 2 expr)))
706 (math-find-base-units-rec (nth 1 expr) (* pow (nth 2 expr))))
707 ((eq (car expr) '*)
708 (math-find-base-units-rec (nth 1 expr) pow)
709 (math-find-base-units-rec (nth 2 expr) pow))
710 ((eq (car expr) '/)
711 (math-find-base-units-rec (nth 1 expr) pow)
712 (math-find-base-units-rec (nth 2 expr) (- pow)))
713 ((eq (car expr) 'neg)
714 (math-find-base-units-rec (nth 1 expr) pow))
715 ((eq (car expr) '+)
716 (math-find-base-units-rec (nth 1 expr) pow))
717 ((eq (car expr) 'var)
718 (or (eq (nth 1 expr) 'pi)
719 (error "Unknown name %s in defining expression for unit %s"
720 (nth 1 expr) (car math-fbu-entry))))
721 (t (error "Malformed defining expression for unit %s" (car math-fbu-entry))))))
722
723
724 (defun math-units-in-expr-p (expr sub-exprs)
725 (and (consp expr)
726 (if (eq (car expr) 'var)
727 (math-check-unit-name expr)
728 (and (or sub-exprs
729 (memq (car expr) '(* / ^)))
730 (or (math-units-in-expr-p (nth 1 expr) sub-exprs)
731 (math-units-in-expr-p (nth 2 expr) sub-exprs))))))
732
733 (defun math-only-units-in-expr-p (expr)
734 (and (consp expr)
735 (if (eq (car expr) 'var)
736 (math-check-unit-name expr)
737 (if (memq (car expr) '(* /))
738 (and (math-only-units-in-expr-p (nth 1 expr))
739 (math-only-units-in-expr-p (nth 2 expr)))
740 (and (eq (car expr) '^)
741 (and (math-only-units-in-expr-p (nth 1 expr))
742 (math-realp (nth 2 expr))))))))
743
744 (defun math-single-units-in-expr-p (expr)
745 (cond ((math-scalarp expr) nil)
746 ((eq (car expr) 'var)
747 (math-check-unit-name expr))
748 ((eq (car expr) '*)
749 (let ((u1 (math-single-units-in-expr-p (nth 1 expr)))
750 (u2 (math-single-units-in-expr-p (nth 2 expr))))
751 (or (and u1 u2 'wrong)
752 u1
753 u2)))
754 ((eq (car expr) '/)
755 (if (math-units-in-expr-p (nth 2 expr) nil)
756 'wrong
757 (math-single-units-in-expr-p (nth 1 expr))))
758 (t 'wrong)))
759
760 (defun math-check-unit-name (v)
761 (and (eq (car-safe v) 'var)
762 (or (assq (nth 1 v) (or math-units-table (math-build-units-table)))
763 (let ((name (symbol-name (nth 1 v))))
764 (and (> (length name) 1)
765 (assq (aref name 0) math-unit-prefixes)
766 (or (assq (intern (substring name 1)) math-units-table)
767 (and (eq (aref name 0) ?M)
768 (> (length name) 3)
769 (eq (aref name 1) ?e)
770 (eq (aref name 2) ?g)
771 (assq (intern (substring name 3))
772 math-units-table))))))))
773
774 ;; The variable math-which-standard is local to math-to-standard-units,
775 ;; but is used by math-to-standard-rec, which is called by
776 ;; math-to-standard-units.
777 (defvar math-which-standard)
778
779 (defun math-to-standard-units (expr math-which-standard)
780 (math-to-standard-rec expr))
781
782 (defun math-to-standard-rec (expr)
783 (if (eq (car-safe expr) 'var)
784 (let ((u (math-check-unit-name expr))
785 (base (nth 1 expr)))
786 (if u
787 (progn
788 (if (nth 1 u)
789 (setq expr (math-to-standard-rec (nth 1 u)))
790 (let ((st (assq (car u) math-which-standard)))
791 (if st
792 (setq expr (nth 1 st))
793 (setq expr (list 'var (car u)
794 (intern (concat "var-"
795 (symbol-name
796 (car u)))))))))
797 (or (null u)
798 (eq base (car u))
799 (setq expr (list '*
800 (nth 1 (assq (aref (symbol-name base) 0)
801 math-unit-prefixes))
802 expr)))
803 expr)
804 (if (eq base 'pi)
805 (math-pi)
806 expr)))
807 (if (Math-primp expr)
808 expr
809 (cons (car expr)
810 (mapcar 'math-to-standard-rec (cdr expr))))))
811
812 (defun math-apply-units (expr units ulist &optional pure)
813 (if ulist
814 (let ((new 0)
815 value)
816 (setq expr (math-simplify-units expr))
817 (or (math-numberp expr)
818 (error "Incompatible units"))
819 (while (cdr ulist)
820 (setq value (math-div expr (nth 1 (car ulist)))
821 value (math-floor (let ((calc-internal-prec
822 (1- calc-internal-prec)))
823 (math-normalize value)))
824 new (math-add new (math-mul value (car (car ulist))))
825 expr (math-sub expr (math-mul value (nth 1 (car ulist))))
826 ulist (cdr ulist)))
827 (math-add new (math-mul (math-div expr (nth 1 (car ulist)))
828 (car (car ulist)))))
829 (math-simplify-units (if pure
830 expr
831 (list '* expr units)))))
832
833 (defvar math-decompose-units-cache nil)
834 (defun math-decompose-units (units)
835 (let ((u (math-check-unit-name units)))
836 (and u (eq (car-safe (nth 1 u)) '+)
837 (setq units (nth 1 u))))
838 (setq units (calcFunc-expand units))
839 (and (eq (car-safe units) '+)
840 (let ((entry (list units calc-internal-prec calc-prefer-frac)))
841 (or (equal entry (car math-decompose-units-cache))
842 (let ((ulist nil)
843 (utemp units)
844 qty unit)
845 (while (eq (car-safe utemp) '+)
846 (setq ulist (cons (math-decompose-unit-part (nth 2 utemp))
847 ulist)
848 utemp (nth 1 utemp)))
849 (setq ulist (cons (math-decompose-unit-part utemp) ulist)
850 utemp ulist)
851 (while (setq utemp (cdr utemp))
852 (unless (equal (nth 2 (car utemp)) (nth 2 (car ulist)))
853 (error "Inconsistent units in sum")))
854 (setq math-decompose-units-cache
855 (cons entry
856 (sort ulist
857 (function
858 (lambda (x y)
859 (not (Math-lessp (nth 1 x)
860 (nth 1 y))))))))))
861 (cdr math-decompose-units-cache))))
862
863 (defun math-decompose-unit-part (unit)
864 (cons unit
865 (math-is-multiple (math-simplify-units (math-to-standard-units
866 unit nil))
867 t)))
868
869 ;; The variable math-fcu-u is local to math-find-compatible-unit,
870 ;; but is used by math-find-compatible-rec which is called by
871 ;; math-find-compatible-unit.
872 (defvar math-fcu-u)
873
874 (defun math-find-compatible-unit (expr unit)
875 (let ((math-fcu-u (math-check-unit-name unit)))
876 (if math-fcu-u
877 (math-find-compatible-unit-rec expr 1))))
878
879 (defun math-find-compatible-unit-rec (expr pow)
880 (cond ((eq (car-safe expr) '*)
881 (or (math-find-compatible-unit-rec (nth 1 expr) pow)
882 (math-find-compatible-unit-rec (nth 2 expr) pow)))
883 ((eq (car-safe expr) '/)
884 (or (math-find-compatible-unit-rec (nth 1 expr) pow)
885 (math-find-compatible-unit-rec (nth 2 expr) (- pow))))
886 ((and (eq (car-safe expr) '^)
887 (integerp (nth 2 expr)))
888 (math-find-compatible-unit-rec (nth 1 expr) (* pow (nth 2 expr))))
889 (t
890 (let ((u2 (math-check-unit-name expr)))
891 (if (equal (nth 4 math-fcu-u) (nth 4 u2))
892 (cons expr pow))))))
893
894 ;; The variables math-cu-new-units and math-cu-pure are local to
895 ;; math-convert-units, but are used by math-convert-units-rec,
896 ;; which is called by math-convert-units.
897 (defvar math-cu-new-units)
898 (defvar math-cu-pure)
899
900 (defun math-convert-units (expr math-cu-new-units &optional math-cu-pure)
901 (math-with-extra-prec 2
902 (let ((compat (and (not math-cu-pure)
903 (math-find-compatible-unit expr math-cu-new-units)))
904 (math-cu-unit-list nil)
905 (math-combining-units nil))
906 (if compat
907 (math-simplify-units
908 (math-mul (math-mul (math-simplify-units
909 (math-div expr (math-pow (car compat)
910 (cdr compat))))
911 (math-pow math-cu-new-units (cdr compat)))
912 (math-simplify-units
913 (math-to-standard-units
914 (math-pow (math-div (car compat) math-cu-new-units)
915 (cdr compat))
916 nil))))
917 (when (setq math-cu-unit-list (math-decompose-units math-cu-new-units))
918 (setq math-cu-new-units (nth 2 (car math-cu-unit-list))))
919 (when (eq (car-safe expr) '+)
920 (setq expr (math-simplify-units expr)))
921 (if (math-units-in-expr-p expr t)
922 (math-convert-units-rec expr)
923 (math-apply-units (math-to-standard-units
924 (list '/ expr math-cu-new-units) nil)
925 math-cu-new-units math-cu-unit-list math-cu-pure))))))
926
927 (defun math-convert-units-rec (expr)
928 (if (math-units-in-expr-p expr nil)
929 (math-apply-units (math-to-standard-units
930 (list '/ expr math-cu-new-units) nil)
931 math-cu-new-units math-cu-unit-list math-cu-pure)
932 (if (Math-primp expr)
933 expr
934 (cons (car expr)
935 (mapcar 'math-convert-units-rec (cdr expr))))))
936
937 (defun math-convert-temperature (expr old new &optional pure)
938 (let* ((units (math-single-units-in-expr-p expr))
939 (uold (if old
940 (if (or (null units)
941 (equal (nth 1 old) (car units)))
942 (math-check-unit-name old)
943 (error "Inconsistent temperature units"))
944 units))
945 (unew (math-check-unit-name new)))
946 (unless (and (consp unew) (nth 3 unew))
947 (error "Not a valid temperature unit"))
948 (unless (and (consp uold) (nth 3 uold))
949 (error "Not a pure temperature expression"))
950 (let ((v (car uold)))
951 (setq expr (list '/ expr (list 'var v
952 (intern (concat "var-"
953 (symbol-name v)))))))
954 (or (eq (nth 3 uold) (nth 3 unew))
955 (cond ((eq (nth 3 uold) 'K)
956 (setq expr (list '- expr '(float 27315 -2)))
957 (if (eq (nth 3 unew) 'F)
958 (setq expr (list '+ (list '* expr '(frac 9 5)) 32))))
959 ((eq (nth 3 uold) 'C)
960 (if (eq (nth 3 unew) 'F)
961 (setq expr (list '+ (list '* expr '(frac 9 5)) 32))
962 (setq expr (list '+ expr '(float 27315 -2)))))
963 (t
964 (setq expr (list '* (list '- expr 32) '(frac 5 9)))
965 (if (eq (nth 3 unew) 'K)
966 (setq expr (list '+ expr '(float 27315 -2)))))))
967 (if pure
968 expr
969 (list '* expr new))))
970
971
972
973 (defun math-simplify-units (a)
974 (let ((math-simplifying-units t)
975 (calc-matrix-mode 'scalar))
976 (math-simplify a)))
977 (defalias 'calcFunc-usimplify 'math-simplify-units)
978
979 ;; The function created by math-defsimplify uses the variable
980 ;; math-simplify-expr, and so is used by functions in math-defsimplify
981 (defvar math-simplify-expr)
982
983 (math-defsimplify (+ -)
984 (and math-simplifying-units
985 (math-units-in-expr-p (nth 1 math-simplify-expr) nil)
986 (let* ((units (math-extract-units (nth 1 math-simplify-expr)))
987 (ratio (math-simplify (math-to-standard-units
988 (list '/ (nth 2 math-simplify-expr) units) nil))))
989 (if (math-units-in-expr-p ratio nil)
990 (progn
991 (calc-record-why "*Inconsistent units" math-simplify-expr)
992 math-simplify-expr)
993 (list '* (math-add (math-remove-units (nth 1 math-simplify-expr))
994 (if (eq (car math-simplify-expr) '-)
995 (math-neg ratio) ratio))
996 units)))))
997
998 (math-defsimplify *
999 (math-simplify-units-prod))
1000
1001 (defun math-simplify-units-prod ()
1002 (and math-simplifying-units
1003 calc-autorange-units
1004 (Math-realp (nth 1 math-simplify-expr))
1005 (let* ((num (math-float (nth 1 math-simplify-expr)))
1006 (xpon (calcFunc-xpon num))
1007 (unitp (cdr (cdr math-simplify-expr)))
1008 (unit (car unitp))
1009 (pow (if (eq (car math-simplify-expr) '*) 1 -1))
1010 u)
1011 (and (eq (car-safe unit) '*)
1012 (setq unitp (cdr unit)
1013 unit (car unitp)))
1014 (and (eq (car-safe unit) '^)
1015 (integerp (nth 2 unit))
1016 (setq pow (* pow (nth 2 unit))
1017 unitp (cdr unit)
1018 unit (car unitp)))
1019 (and (setq u (math-check-unit-name unit))
1020 (integerp xpon)
1021 (or (< xpon 0)
1022 (>= xpon (if (eq (car u) 'm) 1 3)))
1023 (let* ((uxpon 0)
1024 (pref (if (< pow 0)
1025 (reverse math-unit-prefixes)
1026 math-unit-prefixes))
1027 (p pref)
1028 pxpon pname)
1029 (or (eq (car u) (nth 1 unit))
1030 (setq uxpon (* pow
1031 (nth 2 (nth 1 (assq
1032 (aref (symbol-name
1033 (nth 1 unit)) 0)
1034 math-unit-prefixes))))))
1035 (setq xpon (+ xpon uxpon))
1036 (while (and p
1037 (or (memq (car (car p)) '(?d ?D ?h ?H))
1038 (and (eq (car (car p)) ?c)
1039 (not (eq (car u) 'm)))
1040 (< xpon (setq pxpon (* (nth 2 (nth 1 (car p)))
1041 pow)))
1042 (progn
1043 (setq pname (math-build-var-name
1044 (if (eq (car (car p)) 0)
1045 (car u)
1046 (concat (char-to-string
1047 (car (car p)))
1048 (symbol-name
1049 (car u))))))
1050 (and (/= (car (car p)) 0)
1051 (assq (nth 1 pname)
1052 math-units-table)))))
1053 (setq p (cdr p)))
1054 (and p
1055 (/= pxpon uxpon)
1056 (or (not (eq p pref))
1057 (< xpon (+ pxpon (* (math-abs pow) 3))))
1058 (progn
1059 (setcar (cdr math-simplify-expr)
1060 (let ((calc-prefer-frac nil))
1061 (calcFunc-scf (nth 1 math-simplify-expr)
1062 (- uxpon pxpon))))
1063 (setcar unitp pname)
1064 math-simplify-expr)))))))
1065
1066 (defvar math-try-cancel-units)
1067
1068 (math-defsimplify /
1069 (and math-simplifying-units
1070 (let ((np (cdr math-simplify-expr))
1071 (math-try-cancel-units 0)
1072 n nn)
1073 (setq n (if (eq (car-safe (nth 2 math-simplify-expr)) '*)
1074 (cdr (nth 2 math-simplify-expr))
1075 (nthcdr 2 math-simplify-expr)))
1076 (if (math-realp (car n))
1077 (progn
1078 (setcar (cdr math-simplify-expr) (math-mul (nth 1 math-simplify-expr)
1079 (let ((calc-prefer-frac nil))
1080 (math-div 1 (car n)))))
1081 (setcar n 1)))
1082 (while (eq (car-safe (setq n (car np))) '*)
1083 (math-simplify-units-divisor (cdr n) (cdr (cdr math-simplify-expr)))
1084 (setq np (cdr (cdr n))))
1085 (math-simplify-units-divisor np (cdr (cdr math-simplify-expr)))
1086 (if (eq math-try-cancel-units 0)
1087 (let* ((math-simplifying-units nil)
1088 (base (math-simplify
1089 (math-to-standard-units math-simplify-expr nil))))
1090 (if (Math-numberp base)
1091 (setq math-simplify-expr base))))
1092 (if (eq (car-safe math-simplify-expr) '/)
1093 (math-simplify-units-prod))
1094 math-simplify-expr)))
1095
1096 (defun math-simplify-units-divisor (np dp)
1097 (let ((n (car np))
1098 d dd temp)
1099 (while (eq (car-safe (setq d (car dp))) '*)
1100 (when (setq temp (math-simplify-units-quotient n (nth 1 d)))
1101 (setcar np (setq n temp))
1102 (setcar (cdr d) 1))
1103 (setq dp (cdr (cdr d))))
1104 (when (setq temp (math-simplify-units-quotient n d))
1105 (setcar np (setq n temp))
1106 (setcar dp 1))))
1107
1108 ;; Simplify, e.g., "in / cm" to "2.54" in a units expression.
1109 (defun math-simplify-units-quotient (n d)
1110 (let ((pow1 1)
1111 (pow2 1))
1112 (when (and (eq (car-safe n) '^)
1113 (integerp (nth 2 n)))
1114 (setq pow1 (nth 2 n) n (nth 1 n)))
1115 (when (and (eq (car-safe d) '^)
1116 (integerp (nth 2 d)))
1117 (setq pow2 (nth 2 d) d (nth 1 d)))
1118 (let ((un (math-check-unit-name n))
1119 (ud (math-check-unit-name d)))
1120 (and un ud
1121 (if (and (equal (nth 4 un) (nth 4 ud))
1122 (eq pow1 pow2))
1123 (math-to-standard-units (list '/ n d) nil)
1124 (let (ud1)
1125 (setq un (nth 4 un)
1126 ud (nth 4 ud))
1127 (while un
1128 (setq ud1 ud)
1129 (while ud1
1130 (and (eq (car (car un)) (car (car ud1)))
1131 (setq math-try-cancel-units
1132 (+ math-try-cancel-units
1133 (- (* (cdr (car un)) pow1)
1134 (* (cdr (car ud)) pow2)))))
1135 (setq ud1 (cdr ud1)))
1136 (setq un (cdr un)))
1137 nil))))))
1138
1139 (math-defsimplify ^
1140 (and math-simplifying-units
1141 (math-realp (nth 2 math-simplify-expr))
1142 (if (memq (car-safe (nth 1 math-simplify-expr)) '(* /))
1143 (list (car (nth 1 math-simplify-expr))
1144 (list '^ (nth 1 (nth 1 math-simplify-expr))
1145 (nth 2 math-simplify-expr))
1146 (list '^ (nth 2 (nth 1 math-simplify-expr))
1147 (nth 2 math-simplify-expr)))
1148 (math-simplify-units-pow (nth 1 math-simplify-expr)
1149 (nth 2 math-simplify-expr)))))
1150
1151 (math-defsimplify calcFunc-sqrt
1152 (and math-simplifying-units
1153 (if (memq (car-safe (nth 1 math-simplify-expr)) '(* /))
1154 (list (car (nth 1 math-simplify-expr))
1155 (list 'calcFunc-sqrt (nth 1 (nth 1 math-simplify-expr)))
1156 (list 'calcFunc-sqrt (nth 2 (nth 1 math-simplify-expr))))
1157 (math-simplify-units-pow (nth 1 math-simplify-expr) '(frac 1 2)))))
1158
1159 (math-defsimplify (calcFunc-floor
1160 calcFunc-ceil
1161 calcFunc-round
1162 calcFunc-rounde
1163 calcFunc-roundu
1164 calcFunc-trunc
1165 calcFunc-float
1166 calcFunc-frac
1167 calcFunc-abs
1168 calcFunc-clean)
1169 (and math-simplifying-units
1170 (= (length math-simplify-expr) 2)
1171 (if (math-only-units-in-expr-p (nth 1 math-simplify-expr))
1172 (nth 1 math-simplify-expr)
1173 (if (and (memq (car-safe (nth 1 math-simplify-expr)) '(* /))
1174 (or (math-only-units-in-expr-p
1175 (nth 1 (nth 1 math-simplify-expr)))
1176 (math-only-units-in-expr-p
1177 (nth 2 (nth 1 math-simplify-expr)))))
1178 (list (car (nth 1 math-simplify-expr))
1179 (cons (car math-simplify-expr)
1180 (cons (nth 1 (nth 1 math-simplify-expr))
1181 (cdr (cdr math-simplify-expr))))
1182 (cons (car math-simplify-expr)
1183 (cons (nth 2 (nth 1 math-simplify-expr))
1184 (cdr (cdr math-simplify-expr)))))))))
1185
1186 (defun math-simplify-units-pow (a pow)
1187 (if (and (eq (car-safe a) '^)
1188 (math-check-unit-name (nth 1 a))
1189 (math-realp (nth 2 a)))
1190 (list '^ (nth 1 a) (math-mul pow (nth 2 a)))
1191 (let* ((u (math-check-unit-name a))
1192 (pf (math-to-simple-fraction pow))
1193 (d (and (eq (car-safe pf) 'frac) (nth 2 pf))))
1194 (and u d
1195 (math-units-are-multiple u d)
1196 (list '^ (math-to-standard-units a nil) pow)))))
1197
1198
1199 (defun math-units-are-multiple (u n)
1200 (setq u (nth 4 u))
1201 (while (and u (= (% (cdr (car u)) n) 0))
1202 (setq u (cdr u)))
1203 (null u))
1204
1205 (math-defsimplify calcFunc-sin
1206 (and math-simplifying-units
1207 (math-units-in-expr-p (nth 1 math-simplify-expr) nil)
1208 (let ((rad (math-simplify-units
1209 (math-evaluate-expr
1210 (math-to-standard-units (nth 1 math-simplify-expr) nil))))
1211 (calc-angle-mode 'rad))
1212 (and (eq (car-safe rad) '*)
1213 (math-realp (nth 1 rad))
1214 (eq (car-safe (nth 2 rad)) 'var)
1215 (eq (nth 1 (nth 2 rad)) 'rad)
1216 (list 'calcFunc-sin (nth 1 rad))))))
1217
1218 (math-defsimplify calcFunc-cos
1219 (and math-simplifying-units
1220 (math-units-in-expr-p (nth 1 math-simplify-expr) nil)
1221 (let ((rad (math-simplify-units
1222 (math-evaluate-expr
1223 (math-to-standard-units (nth 1 math-simplify-expr) nil))))
1224 (calc-angle-mode 'rad))
1225 (and (eq (car-safe rad) '*)
1226 (math-realp (nth 1 rad))
1227 (eq (car-safe (nth 2 rad)) 'var)
1228 (eq (nth 1 (nth 2 rad)) 'rad)
1229 (list 'calcFunc-cos (nth 1 rad))))))
1230
1231 (math-defsimplify calcFunc-tan
1232 (and math-simplifying-units
1233 (math-units-in-expr-p (nth 1 math-simplify-expr) nil)
1234 (let ((rad (math-simplify-units
1235 (math-evaluate-expr
1236 (math-to-standard-units (nth 1 math-simplify-expr) nil))))
1237 (calc-angle-mode 'rad))
1238 (and (eq (car-safe rad) '*)
1239 (math-realp (nth 1 rad))
1240 (eq (car-safe (nth 2 rad)) 'var)
1241 (eq (nth 1 (nth 2 rad)) 'rad)
1242 (list 'calcFunc-tan (nth 1 rad))))))
1243
1244 (math-defsimplify calcFunc-sec
1245 (and math-simplifying-units
1246 (math-units-in-expr-p (nth 1 math-simplify-expr) nil)
1247 (let ((rad (math-simplify-units
1248 (math-evaluate-expr
1249 (math-to-standard-units (nth 1 math-simplify-expr) nil))))
1250 (calc-angle-mode 'rad))
1251 (and (eq (car-safe rad) '*)
1252 (math-realp (nth 1 rad))
1253 (eq (car-safe (nth 2 rad)) 'var)
1254 (eq (nth 1 (nth 2 rad)) 'rad)
1255 (list 'calcFunc-sec (nth 1 rad))))))
1256
1257 (math-defsimplify calcFunc-csc
1258 (and math-simplifying-units
1259 (math-units-in-expr-p (nth 1 math-simplify-expr) nil)
1260 (let ((rad (math-simplify-units
1261 (math-evaluate-expr
1262 (math-to-standard-units (nth 1 math-simplify-expr) nil))))
1263 (calc-angle-mode 'rad))
1264 (and (eq (car-safe rad) '*)
1265 (math-realp (nth 1 rad))
1266 (eq (car-safe (nth 2 rad)) 'var)
1267 (eq (nth 1 (nth 2 rad)) 'rad)
1268 (list 'calcFunc-csc (nth 1 rad))))))
1269
1270 (math-defsimplify calcFunc-cot
1271 (and math-simplifying-units
1272 (math-units-in-expr-p (nth 1 math-simplify-expr) nil)
1273 (let ((rad (math-simplify-units
1274 (math-evaluate-expr
1275 (math-to-standard-units (nth 1 math-simplify-expr) nil))))
1276 (calc-angle-mode 'rad))
1277 (and (eq (car-safe rad) '*)
1278 (math-realp (nth 1 rad))
1279 (eq (car-safe (nth 2 rad)) 'var)
1280 (eq (nth 1 (nth 2 rad)) 'rad)
1281 (list 'calcFunc-cot (nth 1 rad))))))
1282
1283
1284 (defun math-remove-units (expr)
1285 (if (math-check-unit-name expr)
1286 1
1287 (if (Math-primp expr)
1288 expr
1289 (cons (car expr)
1290 (mapcar 'math-remove-units (cdr expr))))))
1291
1292 (defun math-extract-units (expr)
1293 (if (memq (car-safe expr) '(* /))
1294 (cons (car expr)
1295 (mapcar 'math-extract-units (cdr expr)))
1296 (if (math-check-unit-name expr) expr 1)))
1297
1298 (defun math-build-units-table-buffer (enter-buffer)
1299 (if (not (and math-units-table math-units-table-buffer-valid
1300 (get-buffer "*Units Table*")))
1301 (let ((buf (get-buffer-create "*Units Table*"))
1302 (uptr (math-build-units-table))
1303 (calc-language (if (eq calc-language 'big) nil calc-language))
1304 (calc-float-format '(float 0))
1305 (calc-group-digits nil)
1306 (calc-number-radix 10)
1307 (calc-point-char ".")
1308 (std nil)
1309 u name shadowed)
1310 (save-excursion
1311 (message "Formatting units table...")
1312 (set-buffer buf)
1313 (setq buffer-read-only nil)
1314 (erase-buffer)
1315 (insert "Calculator Units Table:\n\n")
1316 (insert "Unit Type Definition Description\n\n")
1317 (while uptr
1318 (setq u (car uptr)
1319 name (nth 2 u))
1320 (when (eq (car u) 'm)
1321 (setq std t))
1322 (setq shadowed (and std (assq (car u) math-additional-units)))
1323 (when (and name
1324 (> (length name) 1)
1325 (eq (aref name 0) ?\*))
1326 (unless (eq uptr math-units-table)
1327 (insert "\n"))
1328 (setq name (substring name 1)))
1329 (insert " ")
1330 (and shadowed (insert "("))
1331 (insert (symbol-name (car u)))
1332 (and shadowed (insert ")"))
1333 (if (nth 3 u)
1334 (progn
1335 (indent-to 10)
1336 (insert (symbol-name (nth 3 u))))
1337 (or std
1338 (progn
1339 (indent-to 10)
1340 (insert "U"))))
1341 (indent-to 14)
1342 (and shadowed (insert "("))
1343 (if (nth 1 u)
1344 (insert (math-format-value (nth 1 u) 80))
1345 (insert (symbol-name (car u))))
1346 (and shadowed (insert ")"))
1347 (indent-to 41)
1348 (insert " ")
1349 (when name
1350 (insert name))
1351 (if shadowed
1352 (insert " (redefined above)")
1353 (unless (nth 1 u)
1354 (insert " (base unit)")))
1355 (insert "\n")
1356 (setq uptr (cdr uptr)))
1357 (insert "\n\nUnit Prefix Table:\n\n")
1358 (setq uptr math-unit-prefixes)
1359 (while uptr
1360 (setq u (car uptr))
1361 (insert " " (char-to-string (car u)))
1362 (if (equal (nth 1 u) (nth 1 (nth 1 uptr)))
1363 (insert " " (char-to-string (car (car (setq uptr (cdr uptr)))))
1364 " ")
1365 (insert " "))
1366 (insert "10^" (int-to-string (nth 2 (nth 1 u))))
1367 (indent-to 15)
1368 (insert " " (nth 2 u) "\n")
1369 (while (eq (car (car (setq uptr (cdr uptr)))) 0)))
1370 (insert "\n")
1371 (setq buffer-read-only t)
1372 (message "Formatting units table...done"))
1373 (setq math-units-table-buffer-valid t)
1374 (let ((oldbuf (current-buffer)))
1375 (set-buffer buf)
1376 (goto-char (point-min))
1377 (set-buffer oldbuf))
1378 (if enter-buffer
1379 (pop-to-buffer buf)
1380 (display-buffer buf)))
1381 (if enter-buffer
1382 (pop-to-buffer (get-buffer "*Units Table*"))
1383 (display-buffer (get-buffer "*Units Table*")))))
1384
1385 (provide 'calc-units)
1386
1387 ;; Local Variables:
1388 ;; coding: iso-latin-1
1389 ;; End:
1390
1391 ;;; arch-tag: e993314f-3adc-4191-be61-4ef8874881c4
1392 ;;; calc-units.el ends here