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.

June 8, 2007 at 12:41 Leave a comment



Follow

Get every new post delivered to your Inbox.