Posts: 2,247
Threads: 200
Joined: Jun 2005
After exploring the wealth of math functions and polynomials on the HP Prime emulator, I noticed that the following functions were missing:
1) Bessel functions
2) Bernoulli numbers
3) Bernoulli polynomials
The history of HP calculator has supported calculating some of the Bessel functions, of integer orders, in the Math Pacs of various vintage calculators (in fact I was playing with the HP-67 Math Pac today and calculating Bessel function values). The Bernoulli numbers and polynomials have never been implemented in any HP calculator math pac. I am asking about these functions since the Prime now supports, for the first time, various orthogonal polynomials (Laguerre, Legendre, Hermite, and Chebyshev). So why not add Bessel and Bernoulli functions as new functions???
Namir
Edited: 22 Aug 2013, 4:56 a.m. after one or more responses were posted
Posts: 1,278
Threads: 44
Joined: Jul 2007
More important to get things right, with a smaller subset of functions that are fully tested and well documented, before starting the "lets lump in everyone's favorite function" game...
IMHO
TW
Posts: 2,761
Threads: 100
Joined: Jul 2005
Zeta for complex arguments is one of them.
Gerson.
Posts: 764
Threads: 118
Joined: Aug 2007
That is the awesome part of calcualtors being programmable; it can be used to fill any missing holes and customize the calcualtor.
Posts: 190
Threads: 82
Joined: Aug 2012
exactly, just program it !
But it will be good if the INPUT( command could accept CAS variable.
Edited: 22 Aug 2013, 2:32 a.m.
Posts: 764
Threads: 118
Joined: Aug 2007
I agree, the INPUT command is very limited. I usually use pass-through arguments, (myfunc(a,b,c)) instead of INPUT. At least pass-through arguments allow various types of input.
Posts: 468
Threads: 17
Joined: May 2011
INPUT allows not only numbers but also also strings (between ""), matrices ( [[]]) , vectors, list etc ...