Jump to content

Math library

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by ClueBot NG (talk | contribs) at 05:31, 27 August 2020 (Reverting possible vandalism by 2409:4042:2506:C094:0:0:216D:C0A5 to version by ComplexRational. Report False Positive? Thanks, ClueBot NG. (3764531) (Bot)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In computer science, a math library (or maths library) is a component of a programming language's standard library containing functions (or subroutines) for the most common mathematical functions, such as trigonometry and exponentiation.

Examples include:

  • the C standard library math functions,[1]
  • Java maths library[2]
  • 'Prelude.Math' in haskell.[3]

In some languages (such as haskell) parts of the standard library (including maths) are imported by default.[4]

More advanced functionality such as linear algebra is usually provided in 3rd party libraries, such as a linear algebra library or vector maths library.

See also

References

  1. ^ "C math library".
  2. ^ "java maths library".
  3. ^ "haskell prelude maths".
  4. ^ "haskell prelude".