
Inline functions inside the 10BA Financial Calculator for Android
BackgroundMany of the functions in the 10BA Professional Financial Calculator takes more then one number as input; for instance, the calendar function [ΔDYS] that calculates the number of days between two dates understandably takes two numbers as input: the first number as date1, and the second number as date2. Another common example is the percent change function [%CHG] that calculates the change in percentage between two numbers. Something like the percent of change from 10 to 15 is 50%. Traditional keystrokes v. Inline function formatTo calculate the percent of change from 1250 to 1600 the keystrokes are traditionally like below, which gives 28% as answer.1250 [INPUT] 1600 [%CHG] In addition to doing it like the above, any two- or three-number function can also be calculated using the inline format without using [INPUT] as…