Skip to main content

Questions tagged [calc]

Calculator mode: Calculator major mode.

0 votes
1 answer
61 views

Following a fatal crash, I had to change computers and reinstall Emacs (under Debian). Unfortunately, the help files, especially calc.info, are no longer available from Debian servers. How can I ...
gigiair's user avatar
  • 2,315
1 vote
2 answers
145 views

I am using Emacs calc. I want to switch the contents of two rows. For instance: 5. 10 4. 20 3. 30 2. 40 1. 50 I want "50" to be in row number 4 and "20" to be in row number 1. ...
Peter Petigru's user avatar
0 votes
1 answer
82 views

In calc, t [ jumps to the beginning of the trail. But in a regular buffer, M-< jumps to the beginning. I'd like t < to do what t [ does now. How can I do that in a use-package :bind declaration? ...
Dan Drake's user avatar
  • 809
0 votes
1 answer
88 views

I can easily compare strings from two columns, as in: | hello | world | KO | | hello | hello | OK | | world | world | OK | #+TBLFM: $3=if("$1" == "$2", OK, KO) But I can't compare ...
Julien Palard's user avatar
2 votes
4 answers
371 views

I need to convert a vector of float numbers to bytes. I can't seem to find a way to do that in emacs-lisp. Is it possible? For example how do I convert this vector [3.14] to bytes? [Update] See this ...
John Kitchin's user avatar
  • 12.2k
0 votes
0 answers
113 views

Is there a package that lets you calculate values contained (for example) in #+attributes (or some other "variable"-like syntax)? I'm trying to avoid spreadsheets, because my list is ...
Daniel Krajnik's user avatar
0 votes
1 answer
96 views

Does Emacs Calc have IEEE 754 representation for binary numbers? I found only "The Calculator’s arithmetic is not intended to be IEEE-conformant in any way", but I try maybe there is a ...
Mitu Gabriel's user avatar
0 votes
3 answers
104 views

When I need while editing a .org file to calculate, say, 23.45 * 15, I copy (M-w) that string then call M-x calc. I paste the numbers as a string, preceded by a single tick (using algebraic mode so I ...
Sam7919's user avatar
  • 451

15 30 50 per page
1
2 3 4 5
8