Re: [PHP] how to capture INF return from exp()

2010-03-09 Thread Daniel Egeberg
On Tue, Mar 9, 2010 at 11:00, Info <1888softw...@gmail.com> wrote: > Hello List, > I am using the math function exp( $arg ) > > http://php.net/exp > > ... using argument values ranging between 0 to 1500. > > When I get into larger numbers, such as 750, the function returns an > undocumented "INF".

[PHP] how to capture INF return from exp()

2010-03-09 Thread Info
Hello List, I am using the math function exp( $arg ) http://php.net/exp ... using argument values ranging between 0 to 1500. When I get into larger numbers, such as 750, the function returns an undocumented "INF". Presumably the "INF" means the number exceeds processing capacity. It would be nic