Maxima Function
absint (f, x, halfplane)
absint(f,x)
absint(f,x,a,b)
absint (f, x, halfplane)
returns the indefinite integral of f with respect to
x in the given halfplane (pos
, neg
, or both
).
f may contain expressions of the form
abs (x)
, abs (sin (x))
, abs (a) * exp (-abs (b) * abs (x))
.
absint (f, x)
is equivalent to absint (f, x, pos)
.
absint (f, x, a, b)
returns the definite integral of f with respect to x from a to b.
f may include absolute values.