Double Vs. Float

Double Vs. Float

am 03.01.2008 23:18:14 von fuufang

I am looking at is_float and is_double functions on php.net's
documentation. The documentation is stating that is_double is an
alias of is_float in both php5 and php4. Is there a difference
between a float and a double type in php5 / php4?

{FF}

Re: Double Vs. Float

am 04.01.2008 00:03:00 von luiheidsgoeroe

On Thu, 03 Jan 2008 23:18:14 +0100, fuufang wrote:

> I am looking at is_float and is_double functions on php.net's
> documentation. The documentation is stating that is_double is an
> alias of is_float in both php5 and php4. Is there a difference
> between a float and a double type in php5 / php4?

No.
http://nl2.php.net/manual/en/language.types.php
--
Rik Wasmus

Re: Double Vs. Float

am 04.01.2008 08:55:26 von fuufang

On Jan 3, 5:03=A0pm, "Rik Wasmus" wrote:
> On Thu, 03 Jan 2008 23:18:14 +0100, fuufang wrote:
> > I am looking at is_float and is_double functions on php.net's
> > documentation. =A0The documentation is stating that is_double is an
> > alias of is_float in both php5 and php4. =A0Is there a difference
> > between a float and a double type in php5 / php4?
>
> No.http://nl2.php.net/manual/en/language.types.php
> --
> Rik Wasmus

Should of looked harder.
Thanks for the info Rik.

{FF}