vc: An RPN Vector Calculator in Perl News
Brought to you by:
ineulander
Initial release of an RPN calculator that handles multi-dimensional
vector (and scalar) arithmetic. Written in Perl; no graphics.
http://vc-calc.sourceforge.net/
Features include:
- basic scalar arithmetic operations
including: trig, power, log, hyperbolic, inverses
- basic vector operations
including: dot, cross, norm, project, angle
- lots of stack operations
including: dup, drop, rotate, reverse, pick, delete... read more