$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] math tools roots
From: Jonathan Franklin (franklin.jonathan_at_[hidden])
Date: 2011-10-10 18:36:56
On Mon, Oct 10, 2011 at 2:51 PM, Jerry <jerry_jeremiah_at_[hidden]> wrote:
> Another way of looking at it is to use L'Hopital's rule:
0/x is not an indeterminate form, so you can't apply l'Hopital's rule.
If fact, there is no need since 0/x = 0 for all x != 0.
Jon