DIR : /home/kozerus/public_html/pn/uize/site-source/js/Uize/Widget/Calculator/Scientific.todo
/home/kozerus/public_html/pn/uize/site-source/js/Uize/Widget/Calculator
This is a proposal document for a =Uize.Widget.Calculator.Scientific= module.
- a subclass of Uize.Widget.Calculator that adds functions of a scientific calculator
- unary operators
- inverse (1/x)
- pi
- power
- x^2
- 2^x
- 10^x
- e^x
- ln
- log
- log2
- logx(y)
- trigonometric operators: sin, cos, tan, asin, acos, atan
- series: n!, sigma n
- x mod y
- int
- floor
- ceil
- round
- binary operators
- x^y
- base support: decimal, binary, octal, hexadecimal, arbitrary?
//
koh5_pano
Drag mouse to navigate.
Navigation
- Left/Right Mouse drag: Changes camera heading.
- Up/Sown Mouse drag: Changes camera pitch.
- Scroll wheel: Changes camera field of view.
- I-Key: Displays Info panel with canvas size, image size and FPS.
17.Aug.2010, Martin Wengenmayer