view etc/images/gud/watch.xpm @ 112453:06719a229a46 default tip

* calc/calc.el (calc-default-power-reference-level) (calc-default-field-reference-level): New variables. * calc/calc-units.el (math-standard-units): Add dB and Np. (math-logunits): New variable. (math-extract-logunits, math-logcombine, calcFunc-luplus) (calcFunc-luminus, calc-luplus, calc-luminus, math-logunit-level) (calcFunc-fieldlevel, calcFunc-powerlevel, calc-level): New functions. (math-find-base-units-rec): Add entry for ln(10). * calc/calc-help.el (calc-u-prefix-help): Add logarithmic help. (calc-ul-prefix-help): New function. * calc/calc-ext.el (calc-init-extensions): Autoload new units functions. Add keybindings for new units functions.
author Jay Belanger <jay.p.belanger@gmail.com>
date Sun, 23 Jan 2011 23:08:04 -0600
parents 8d47733bcd93
children
line wrap: on
line source

/* XPM */
static char * watch_xpm[] = {
"24 24 11 1",
" 	c None",
".	c #808080808080",
"X	c #000000000000",
"o	c #A5A59F9FA3A3",
"O	c #B5B5B9B9B5B5",
"+	c #070707070707",
"@	c #616161616161",
"#	c #2D2D30302D2D",
"$	c #020202020202",
"%	c #9A9A99999A9A",
"&	c #2F2F1A1A0202",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"          .XX           ",
"         oX. X Xo       ",
"        O+@   X@#       ",
"        #    X O$o      ",
"       ##       @#      ",
"      @+O       O$o     ",
"     %XX&%   %&X&##     ",
"    %#O O#%X%#O O#X     ",
"    &O   O& &O   O&     ",
"    X     X X     X     ",
"    &O   O& &O   O&     ",
"    %#O O#% %#O O#%     ",
"     %&X&%   %&X&%      ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        "};