annotate src/bitmaps/cntrptr.xbm @ 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 8f14d08e19f7
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
25830
Dave Love <fx@gnu.org>
parents:
diff changeset
1 #define cntr_ptr_width 16
Dave Love <fx@gnu.org>
parents:
diff changeset
2 #define cntr_ptr_height 16
Dave Love <fx@gnu.org>
parents:
diff changeset
3 #define cntr_ptr_x_hot 7
Dave Love <fx@gnu.org>
parents:
diff changeset
4 #define cntr_ptr_y_hot 1
Dave Love <fx@gnu.org>
parents:
diff changeset
5 static unsigned char cntr_ptr_bits[] = {
Dave Love <fx@gnu.org>
parents:
diff changeset
6 0x00, 0x00, 0x80, 0x01, 0x80, 0x01, 0xc0, 0x03, 0xc0, 0x03, 0xe0, 0x07,
Dave Love <fx@gnu.org>
parents:
diff changeset
7 0xe0, 0x07, 0xf0, 0x0f, 0xf0, 0x0f, 0x98, 0x19, 0x88, 0x11, 0x80, 0x01,
Dave Love <fx@gnu.org>
parents:
diff changeset
8 0x80, 0x01, 0x80, 0x01, 0x80, 0x01, 0x00, 0x00};