Post Reply 
Programming the INT and FRAC functions
01-03-2016, 02:39 PM (This post was last modified: 01-03-2016 02:42 PM by J-F Garnier.)
Post: #2
RE: Programming the INT and FRAC functions
The INT and FRAC functions were very useful on machines of the time, to do things such as rounding a value to a certain number of decimal places (e.g. 100 * 0.5 + INT 100 / to round a positive value to two decimal places), or to extract the mantissa and/or exponent of a number (e.g. ENTER LOG INT 10^x / to get the mantissa - multiplied by 10).

I don't know any way to simulate the INT and FRAC functions, except if there is a way to round a number to a certain number of decimal places, which is the case of the SR-52, isn't it? ;-)

J-F
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Programming the INT and FRAC functions - J-F Garnier - 01-03-2016 02:39 PM



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