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? 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) |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Need an HP employee to answer this question - webmasterpdx - 06-23-2017, 10:59 PM
RE: Need an HP employee to answer this question - Tim Wessman - 06-24-2017, 02:10 AM
RE: Need an HP employee to answer this question - parisse - 06-24-2017, 06:11 AM
RE: Need an HP employee to answer this question - Anders - 06-24-2017, 06:53 AM
RE: Need an HP employee to answer this question - Tim Wessman - 06-24-2017, 05:46 PM
RE: Need an HP employee to answer this question - Joe Horn - 06-24-2017, 07:16 PM
RE: Need an HP employee to answer this question - compsystems - 06-25-2017 01:56 AM
RE: Need an HP employee to answer this question - toml_12953 - 06-24-2017, 08:36 PM
RE: Need an HP employee to answer this question - webmasterpdx - 06-24-2017, 11:35 AM
RE: Need an HP employee to answer this question - DrD - 06-24-2017, 12:47 PM
|
User(s) browsing this thread: 2 Guest(s)