CAS: log of large integers? - Printable Version +- HP Forums (https://www.hpmuseum.org/forum) +-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html) +--- Forum: HP Prime (/forum-5.html) +--- Thread: CAS: log of large integers? (/thread-3930.html) Pages: 1 2 |
RE: CAS: log of large integers? - kharpster - 05-24-2015 07:10 PM Thank you Joe! Time to start my own programming addendum document :-) RE: CAS: log of large integers? - parisse - 05-25-2015 05:38 AM 5 stands for multivariate polynomials, 9 sparse univariate series expansion, 11 for algebraic extensions. They are intended for internal use, you can access them from Xcas but some commands to manipulate them are not available on the Prime. The complete list of giac types is in dispatch.h: Code:
RE: CAS: log of large integers? - Joe Horn - 05-25-2015 07:20 AM (05-25-2015 05:38 AM)parisse Wrote: 5 stands for multivariate polynomials, 9 sparse univariate series expansion, 11 for algebraic extensions. They are intended for internal use, you can access them from Xcas but some commands to manipulate them are not available on the Prime. Awesome! Thanks, Bernard! |