Re: Re[8]: [PHP] Repeating Decimals

2002-12-07 Thread Stephen
That's ok. The user needs to use some of his/her brain too. :P Thanks again! - Original Message - From: "Tom Rogers" <[EMAIL PROTECTED]> To: "Stephen" <[EMAIL PROTECTED]> Sent: Saturday, December 07, 2002 2:03 PM Subject: Re[8]: [PHP] Repeating De

Re[4]: [PHP] Repeating Decimals

2002-12-07 Thread Tom Rogers
ers" <[EMAIL PROTECTED]> S> To: "Stephen" <[EMAIL PROTECTED]> S> Cc: "PHP List" <[EMAIL PROTECTED]> S> Sent: Friday, December 06, 2002 11:26 PM S> Subject: Re[2]: [PHP] Repeating Decimals >> Hi, >> >> Saturday, December 7,

Re: Re[2]: [PHP] Repeating Decimals

2002-12-07 Thread Stephen
t; Cc: "PHP List" <[EMAIL PROTECTED]> Sent: Friday, December 06, 2002 11:26 PM Subject: Re[2]: [PHP] Repeating Decimals > Hi, > > Saturday, December 7, 2002, 6:36:18 AM, you wrote: > S> How would I run the functions though and then print the repeating decimal to >

Re[2]: [PHP] Repeating Decimals

2002-12-06 Thread Tom Rogers
Hi, Saturday, December 7, 2002, 6:36:18 AM, you wrote: S> How would I run the functions though and then print the repeating decimal to S> the screen? The function returns the string ready to print You will need to comment out the echo $s line, it was there for debugging. just do where ever you

Re: [PHP] Repeating Decimals

2002-12-06 Thread Stephen
How would I run the functions though and then print the repeating decimal to the screen? - Original Message - From: "Tom Rogers" <[EMAIL PROTECTED]> To: "Stephen" <[EMAIL PROTECTED]> Cc: "PHP List" <[EMAIL PROTECTED]> Sent: Friday, Decemb

Re: [PHP] Repeating Decimals

2002-12-06 Thread Tom Rogers
Hi, Friday, December 6, 2002, 5:00:07 AM, you wrote: S> Hello again, S> This is another PHP mathematical question. How can I display a bar over a S> number (overline) if it's a repeating decimal? When the user types in 1 by S> 3, they get 0.. I want it to display as 0.3 with the 3 S>

Re: [PHP] Repeating Decimals

2002-12-06 Thread Marek Kilimajer
0.3 Stephen wrote: Hello again, This is another PHP mathematical question. How can I display a bar over a number (overline) if it's a repeating decimal? When the user types in 1 by 3, they get 0.. I want it to display as 0.3 with the 3 overlined. How can I do this keeping in mind th

Re: [PHP] Repeating Decimals

2002-12-05 Thread 1LT John W. Holmes
> This is another PHP mathematical question. How can I display a bar over a > number (overline) if it's a repeating decimal? When the user types in 1 by > 3, they get 0.. I want it to display as 0.3 with the 3 > overlined. How can I do this keeping in mind that not all numbers will be >

[PHP] Repeating Decimals

2002-12-05 Thread Stephen
Hello again, This is another PHP mathematical question. How can I display a bar over a number (overline) if it's a repeating decimal? When the user types in 1 by 3, they get 0.. I want it to display as 0.3 with the 3 overlined. How can I do this keeping in mind that not all numbers wil