Post Reply 
HP Prime undef for Limes. Maybe a Bug?
10-14-2018, 01:42 AM (This post was last modified: 10-14-2018 02:46 AM by Albert Chan.)
Post: #13
RE: HP Prime undef for Limes. Maybe a Bug?
This work, but first argument had to be function of 1 argument ...

Code:
limit_exact(f, v, d) :=
begin
    local x; 
    assume(x, symbol);
    return limit(f(x), x, exact(v), d);
end;
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: HP Prime undef for Limes. Maybe a Bug? - Albert Chan - 10-14-2018 01:42 AM



User(s) browsing this thread: 1 Guest(s)