Description
About: This issue concerns with proposing new functions to stdlib_math
module.
I am working on building a new module sdlib_math
for fortran. As the name suggests this module aims to provide general purpose mathematical functions. I wanted to know about some of the functions that people are requesting so that we can add them to this module. One of the proposed function was clip
(Issue #319).
I propose to add some other functions like gcd
, lcm
, etc. to this library, if they don't already exist. So I decided to take review from the community regarding this. Please propose functions that you would like to have in stdlib_math
module, so that fortran community can have discussions on them and start adding to the codebase.
Some resources:
Numpy Math
Matlab Discrete Math
Python Math module
Java Math