Post Reply 
HP71 Scale10() function
09-13-2022, 11:36 AM
Post: #6
RE: HP71 Scale10() function
(09-13-2022 11:25 AM)Albert Chan Wrote:  SCALE10(X,N) is safer than X*10^N, avoiding intermediates overflow/underflow

>SCALE10(1.2E345, -678)
 1.2E-333
>SCALE10(1.2E-345, 678)
 1.2E333

Nice to know.

Quote:Is there an "inverse" for SCALE10, to split number to mantissa/exponent?

Theres's EXPONENT(x), which returns the exponent of the normalized equivalent of x.

V.

  
All My Articles & other Materials here:  Valentin Albillo's HP Collection
 
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
HP71 Scale10() function - KeithB - 09-12-2022, 06:55 PM
RE: HP71 Scale10() function - Joe Horn - 09-13-2022, 05:10 AM
RE: HP71 Scale10() function - Albert Chan - 09-13-2022, 11:25 AM
RE: HP71 Scale10() function - Valentin Albillo - 09-13-2022 11:36 AM
RE: HP71 Scale10() function - J-F Garnier - 09-13-2022, 11:52 AM
RE: HP71 Scale10() function - KeithB - 09-13-2022, 01:27 PM
RE: HP71 Scale10() function - KeithB - 09-13-2022, 02:47 PM



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