The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 795 - File: showthread.php PHP 7.4.33 (FreeBSD)
File Line Function
/showthread.php 795 errorHandler->error





Post Reply 
HP 38G, 39G/GS, 40G/GS - Sum Function in Sequence App
10-24-2016, 10:47 AM
Post: #1
HP 38G, 39G/GS, 40G/GS - Sum Function in Sequence App
Does the sum function (Greek capital sigma) function in the Sequence App?

This programme

Code:

RECURSE(U,(INT(N)MOD 10)+ (INT(N/10)MOD 10)+( INT(N/100)MOD 10)+( INT(N/1000)MOD 10)+( INT(N/10000)MOD 10)+( INT(N/100000)MOD 10)+( INT(N/1000000)MOD 10)+( INT(N/10000000)MOD 10)+ (INT(N/100000000)MOD 10)+ (INT(N/1000000000)MOD 10)+ (INT(N/10000000000)MOD 10)+ (INT(N/100000000000)MOD 10),1,2)►U1(N):
CHECK 1:

inserts symbolics in the Sequence App to calculate the digital sum of N, sadly my attempts to shorten the programme using the sum function only led to frustration & dysfunction.

Suggestions please.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
HP 38G, 39G/GS, 40G/GS - Sum Function in Sequence App - Gerald H - 10-24-2016 10:47 AM



User(s) browsing this thread: 1 Guest(s)