📜  Unix / Linux-Shell内置的数学函数

📅  最后修改于: 2020-10-31 15:03:18             🧑  作者: Mango


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

Korn外壳提供对标准数学函数集的访问。使用C函数调用语法来调用它们。

Sr.No. Function & Description
1

abs

Absolute value

2

log

Natural logarithm

3

acos

Arc cosine

4

sin

Sine

5

asin

Arc sine

6

sinh

Hyperbolic sine

7

cos

Cosine

8

sqrt

Square root

9

cosh

Hyperbolic cosine

10

tan

Tangent

11

exp

Exponential function

12

tanh

Hyperbolic tangent

13

int

Integer part of floating-point number