Re: [PHP-DEV] Testing math functions

2007-08-29 Thread Zoe Slattery
Pierre wrote: On 8/23/07, Zoe Slattery <[EMAIL PROTECTED]> wrote: Hi - I've writing a few tests for the math extension and have a question about floating point precision. Here's a small example: --TEST-- Test return type and value for expected input sin() --INI-- precision = 14 --FILE-- --

Re: [PHP-DEV] Testing math functions

2007-08-29 Thread Zoe Slattery
Richard Lynch wrote: On Thu, August 23, 2007 10:28 am, Zoe Slattery wrote: Hi - I've writing a few tests for the math extension and have a question about floating point precision. Here's a small example: --TEST-- Test return type and value for expected input sin() --INI-- precision = 14 --F

Re: [PHP-DEV] Testing math functions

2007-08-26 Thread Pierre
On 8/23/07, Zoe Slattery <[EMAIL PROTECTED]> wrote: > Hi - I've writing a few tests for the math extension and have a question > about floating point precision. > > Here's a small example: > > --TEST-- > Test return type and value for expected input sin() > --INI-- > precision = 14 > --FILE-- > >

Re: [PHP-DEV] Testing math functions

2007-08-25 Thread Richard Lynch
On Thu, August 23, 2007 10:28 am, Zoe Slattery wrote: > Hi - I've writing a few tests for the math extension and have a > question > about floating point precision. > > Here's a small example: > > --TEST-- > Test return type and value for expected input sin() > --INI-- > precision = 14 > --FILE-- >