Math library
It is proposed that this article be deleted because of the following concern:
If you can address this concern by improving, copyediting, sourcing, renaming, or merging the page, please edit this page and do so. You may remove this message if you improve the article or otherwise object to deletion for any reason. Although not required, you are encouraged to explain why you object to the deletion, either in your edit summary or on the talk page. If this template is removed, do not replace it. This message has remained in place for seven days, so the article may be deleted without further notice. Find sources: "Math library" – news · newspapers · books · scholar · JSTOR Nominator: Please consider notifying the author/project: {{subst:proposed deletion notify|Math library|concern=Fails [[WP:NOT#DICT]]. The page is currently a definition, and even if it weren't, the situation i s similar to saying "a cookie recipe book is a special type of recipe book for cookies".}} ~~~~ Timestamp: 20170320153605 15:36, 20 March 2017 (UTC) Administrators: delete |
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, for example trigonometry and exponentiation, etc.
Examples include:-
- the C standard library math functions[1][failed verification],
- 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