Search
Menu
Home
Sources
About
Contacts
Math library
In
computer science
, a
math
library
is a
component
of a programming language's
standard library
containing
functions
for the most common
mathematical functions
, such as
trigonometry
and
exponentiation
.
Examples
include:
the
C standard library
math functions,
Java
maths
library
'Prelude.Math' in
haskell
.
In some
languages
parts of the
standard
library are
imported
by default
.
More advanced
functionality
such as
linear algebra
is usually provided in
3rd party
libraries
, such as a
linear algebra library
or
vector maths library
.