Unix / Linux - Shell Builtin数学函数

本教程的大部分内容涵盖了Bourne Shell,但此页面列出了 Korn Shell中可用的所有数学构建函数.

Korn shell提供对标准数学函数集的访问.它们是使用C函数调用语法调用的
.

Sr.No.功能&说明
1

abs

绝对值

2

log

自然对数

3

acos

Arc cosine

4

正弦

5

asin

Arc sine

6

sinh

Hyperbolic sine

7

cos

余弦

8

sqrt

平方根

9

cosh

双曲余弦

10

tan

Tangent

11

exp

指数函数

12

tanh

双曲正切

13

int

浮动的整数部分点数