Here are a couple of short examples of ambi functions. These may be copied and pasted into the Ambi Calculator. The first is a recursive implementation of Euclid’s algorithm for finding the Greatest Common Divisor: function; gcd; // A B gcd ; // Euclid's algorithm ; ifelse ; import $b = import $a...
Read More »
Archive for November, 2011
Ambi Functions
Ambi RPN Calculator Update and Chrome Extension
I have updated and released a new version of the Ambi RPN Calculator and programming language. Version 0.6.0 includes the following improvements … Complete redesign of UI using browser local storage to preserve state across invocations. Added ‘My Ambi Functions’ which are persistent. UI now auto recalculates as the expression is edited. drop, pow, exp, and inv operators...
Read More »

