mrv_limit.spad line 26 [edit on github]
Compute limits using Gruntz-Gonnet MRV algorithm
expr_to_series computes degree and leading coefficinet of series expansion.
mrv_cmp compare kernels.
mrv_limit(f, x = a, str) computes limit(f(x), x=a) for a strictly finite limit point a. This function computes one-sided limits from the left or right.
mrv_limit(f, x, a, str) is like mrv_limit(f, x = a, str).
mrv_limit(f, x, s) computes limit.
mrv_limit(f, x=a) computes limit(f(x), x=a) for a finite or infinite limit point a.
mrv_limit(f, x, a) is like mrv_limit(f, x = a).
mrv_limit1(f, x) normalizes and computes limit.
mrv_normalize(f, x, s) transform f to the form acceptable by core variant of mrv_limit.
mrv_rewrite rewrites comparable kernels and computes leading term of series expansion.
mrv_rewrite0 rewrites comparable kernels in terms of a single one.
mrv_set compute MRV set.
mrv_sign(f, x, s) computes sign of f near x.