fntan_inplace_op→TensorImplPtrint tan_inplace_op(const int & a)sourceeditIn-place tangent: writes tanx\tan xtanx back into a.Math ai←tan(ai)a_i \leftarrow \tan(a_i)ai←tan(ai) See Also tan_op — out-of-place counterpart.ParametersaTensorImplPtrTensor (radians) to tangent in place. Must be non-null.ReturnsTensorImplPtrThe same pointer as a.