pub fn atanint_e(x: f64) -> Result<Result, Value>
Expand description

This routine computes the Arctangent integral, which is defined as AtanInt(x) = \int_0^x dt \arctan(t)/t.