Post Reply 
Two uncommented keywords
06-30-2017, 05:22 AM
Post: #6
RE: Two uncommented keywords
Hello,

Base in home view is the setting that stores the current base for # numbers.

base is a CAS function (a constant) used in the convert function (as far as I know) to do base conversions.

A home screen equivalent exists with base in a string (from memory).

convert([1, 2, 3, 4], "base", 10) return 1234. ie, it takes the input and assumes that they are digits in the provided base and return the associated number.

it also works the other way around of couse convert(3213, "base", 8) returns [6,2,1,5]

Cyrille

Although I work for the HP calculator group, the views and opinions I post here are my own. I do not speak for HP.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Two uncommented keywords - wangchong01 - 06-29-2017, 09:46 AM
RE: Two uncommented keywords - Joe Horn - 06-29-2017, 10:22 PM
RE: Two uncommented keywords - Han - 06-29-2017, 10:49 PM
RE: Two uncommented keywords - Joe Horn - 06-30-2017, 03:52 AM
RE: Two uncommented keywords - cyrille de brébisson - 06-30-2017 05:22 AM



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