Anonymous
My feedback
1 result found
-
17 votes
Function URL Encoding Corrections:
We are looking into this for a future release, in the meantime please use a custom function whenever more convenient:
calcswift://action?addFunc=hm~~%241%20%2B%20%242%2F60
This will allow to compute hours and minutes this way: hm(1;50) + hm(1;10) … however, it will always return minutes as a fraction of the hour.
For that, another custom function can be added so that hhmm(x) >> hhmm(1.75) = 1.45 and so on : calcswift://action?addFunc=hhmm~~floor%28%241%29%20%2B%20%28%241%20-%20floor%28%241%29%29%20%C3%97%2060%2F100
Please note, both functions must to be used separately since the current release of CALC does not yet support nested custom functions.
p.s. tapping the calcswift:// links on your device should add the function to the custom advanced function section of your CALC app.
An error occurred while saving the comment Anonymous supported this idea ·
This.