Proposal to add new functions to stdlib_math module #365
Labels
idea
Proposition of an idea and opening an issue to discuss it
topic: mathematics
linear algebra, sparse matrices, special functions, FFT, random numbers, statistics, ...
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 wasclip
(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 instdlib_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
The text was updated successfully, but these errors were encountered: