Unix / Linux - Shell Builtin Mathematical Functions
The most of the part of this tutorial covered Bourne Shell but this
page list down all the mathematical builti-in functions available in
Korn Shell.
The Korn shell provides access to the standard set of mathematical functions. They are
called using C function call syntax.
| 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
Unix, Linux System Call
Unix, Linux Commands
The following resources contain additional information on Unix. Please use them to get more in-depth knowledge on this topic.
Useful Links on Unix
- Bell Labs − The Creation of the UNIX Operating System. Gives overview and history of UNIX operating system.
- BSD UNIX − FreeBSD is an advanced UNIX operating system for modern server, desktop, and embedded computer platforms.
- Linux Online
− Linux is a free Unix-type operating system originally created by
Linus Torvalds with the assistance of developers around the world.
- Unix @ Wikipedia − A brief description of Unix Operating system.
Useful Books on Unix
Discuss Unix / Linux
Unix is a computer Operating System which is capable of handling
activities from multiple users at the same time. The development of Unix
started around 1969 at AT&T Bell Labs by Ken Thompson and Dennis
Ritchie. This tutorial gives a very good understanding on Unix. |
No comments:
Post a Comment