此函数用于计算作为参数传递的数组的所有元素的双曲正切。
句法
numpy.tanh(array[, out] )
参数
- array:要计算切线值(以弧度为单位)的数组元素。
- out:输出数组的形状。
【NumPy tanh()方法】返回具有三角正切正弦的数组。
例子
import numpy as npimport matharr = np.array([0, math.pi/4, 3*math.pi/2, math.pi/6])print("Input Array:", arr)print("tanh Array:", end=" ")tanharr = np.tanh(arr)print(tanharr)
输出
Input Array: [0.0.78539816 4.71238898 0.52359878]tanh Array: [0.0.65579420.99983861 0.48047278]
推荐阅读
- NumPy trunc()方法
- python中的numpy.sum()用例
- 如何修复Windows 10视频调度程序内部错误(解决办法介绍)
- Android5.0 CheckBox颜色修改
- APPIUM Android 定位方式
- [git] -- warning: LF will be replaced by CRLF in app/app.iml. The file will have its original line e
- App性能测试之启动时间(安卓)
- Abp.AutoMapper扩展 --static class AutoMapExtensions
- callapplybind