All decimal digits of reals in CAS
|
04-11-2015, 02:43 AM
(This post was last modified: 04-11-2015 03:42 AM by compsystems.)
Post: #5
|
|||
|
|||
RE: "dec": All decimal digits of reals in CAS
thanks Han
versión 1 in tibasic ti68k Code: version 2 in tibasic ti68k Code: version3 in tibasic ti68k with solve cmd Code: another samples dec(e) => "2.7182818284590410939927096478641033172607421875" dec(√(2)) "1.4142135623730922588947578333318233489990234375" always returns ~50 digits Joe Horn, please add at the beginning of your code, check flag should be in exact mode, otherwise always returns until 50 digits in tibasic is Code: setMode("exact/approx","exact") Another possible improvement is to support complex numbers, operating in the imaginary part and real part separately in tibasic some commands are extended to the field of complex sample fpart(1.234+5.6789*i) => 0.234+0.6789*i |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
All decimal digits of reals in CAS - Joe Horn - 04-07-2015, 03:17 AM
RE: "dec": All decimal digits of reals in CAS - compsystems - 04-10-2015, 02:55 PM
RE: "dec": All decimal digits of reals in CAS - Terje Vallestad - 04-10-2015, 08:14 PM
RE: "dec": All decimal digits of reals in CAS - Han - 04-10-2015, 09:02 PM
RE: "dec": All decimal digits of reals in CAS - compsystems - 04-11-2015 02:43 AM
RE: "dec": All decimal digits of reals in CAS - Joe Horn - 04-12-2015, 03:15 AM
RE: "dec": All decimal digits of reals in CAS - Alberto Candel - 11-02-2016, 10:05 PM
RE: "dec": All decimal digits of reals in CAS - Joe Horn - 11-06-2016, 04:04 AM
RE: "dec": All decimal digits of reals in CAS - Alberto Candel - 11-06-2016, 05:44 AM
RE: "dec": All decimal digits of reals in CAS - Joe Horn - 11-07-2016, 04:16 AM
RE: "dec": All decimal digits of reals in CAS - Alberto Candel - 11-07-2016, 03:05 PM
|
User(s) browsing this thread: 2 Guest(s)