[][src]Function geomorph::math::eatanhe

pub fn eatanhe(x: f64, es: f64) -> f64

Inverse trigonometric tangent

Arguments

  • x: f64 - In radians
  • es: f64 - In radians

Example

let a: f64 = 0.3;
let b: f64 = 1.1;
let x: f64 = geomorph::math::eatanhe(a, b);