Post Reply 
Need an HP employee to answer this question
06-25-2017, 01:56 AM (This post was last modified: 06-25-2017 02:52 AM by compsystems.)
Post: #10
RE: Need an HP employee to answer this question
more cmds

evalb cmd
? cmd
union cmd

Missing documentation
id cmd with quotes, same nop on xcas (No OPeration cmd)

Example so please add it to the help catalog
hp-prime
[subst((abs(2*x-1)) = 1,'abs','id'), subst((abs(2*x-1)) = 1,'abs','neg')] returns -> [(2*x-1) = 1, (-2*x+1) = 1]


(06-24-2017 05:46 PM)Tim Wessman Wrote:  If someone can provide the list of all these "missing" commands I'd be happy to look at it and do so. Every time I've asked there is a vague "well they should just all be there" and yet the only things that have been removed are those that can't be used (licensing problems), duplicates (in some cases, 4 keywords that are the same command), and things that don't make sense due to system architecture (.wav processing, direct file access to the drive, etc), or things that have been added and I just don't have a clue are there.

1> duplicates (in some cases, 4 keywords that are the same command)

Apparently do the same, eg eval with evalb, Many times I want to see the numeric or symbolic output of a test, so the evalb commands is required.

Evalb
http://www-fourier.ujf-grenoble.fr/~pari...html#htoc9

evalb(sqrt(2)>1.42) returns 0

eval(sqrt(2)>1.42) returns false

2: Now the following library has a license problem?

[Image: longFloat_hp_prime_image00.png]

3: Some commands are internally, but the catalog does not appear

union with lowercase on cas mode
{a,o,u} union {ee,ii} returns set [a, o, u, ee, ii]



? cmd is the infixed version of when function, They do the same but the entry is different

help and documentation on catalog
(Cond)? (Expr1):(Expr2). If condition Cond=1/true returns Expr1 else
returns Expr2.

? cmd
((true)? (123▶var01): (456▶var02)) -> when(true,var01:=123,var02:=456)
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Need an HP employee to answer this question - compsystems - 06-25-2017 01:56 AM



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