Posts filed under 'Routines'
Digit extracting routine
Here’s a little routine that will extract digits out of a number in Ans, including the decimal and the whole number part.
seq(int(E2fPart(Ans)/10^(2X))),X,-3,4
When this code runs, it will output the digits extracted from Ans in list form.
Add comment June 8, 2007