Searched defs:arctan (Results 1 – 2 of 2) sorted by relevance
535 Tensor arctan(const Tensor& self) { return self.atan(); } in arctan() function
706 def arctan(x): function