PULSAR :: Calc
Hints
- Use the mouse click or cursor keys to select a cell
- Use the return key to edit a cell
- Don't forget to commit the new value with the return key
- Cell content that beginns with "=" will be pushed through the parser
- The calculation parser understands currently:
- Natural number, Floats (e.g. =1.3)
- Cell names (e.g. =B2)
- Addition, subtraction, multiplication and division (e.g. =B2*B3)
- Power (e.g. =B2^4)
- Text style formatting
- Print preview
- User overview
- If PULSARCALC becomes too slow, push clear log
Enjoy! /* dw, 2009-12-10 */