Skip to content

Commit

Permalink
Gamma special function (#625)
Browse files Browse the repository at this point in the history
* inital draft

* Add draft specialfunction_gamma

* CMakeList file correction

* update gamma function

* add test file

* change kind qp

* change to tab line 26

* Update doc/specs/stdlib_specialfunctions_gamma.md

Co-authored-by: Jeremie Vandenplas <[email protected]>

* Update doc/specs/stdlib_specialfunctions_gamma.md

Co-authored-by: Jeremie Vandenplas <[email protected]>

* Update doc/specs/stdlib_specialfunctions_gamma.md

Co-authored-by: Jeremie Vandenplas <[email protected]>

* Update doc/specs/stdlib_specialfunctions_gamma.md

Co-authored-by: Jeremie Vandenplas <[email protected]>

* Update doc/specs/stdlib_specialfunctions_gamma.md

Co-authored-by: Jeremie Vandenplas <[email protected]>

* Update src/tests/specialfunctions/test_specialfunctions_gamma.fypp

Co-authored-by: Jeremie Vandenplas <[email protected]>

* Update doc/specs/stdlib_specialfunctions_gamma.md

Co-authored-by: Jeremie Vandenplas <[email protected]>

* wording change

Co-authored-by: jim-215-fisher <[email protected]>
Co-authored-by: Jeremie Vandenplas <[email protected]>
Co-authored-by: milancurcic <[email protected]>
  • Loading branch information
4 people authored Jun 13, 2022
1 parent d110944 commit 729d5d8
Show file tree
Hide file tree
Showing 8 changed files with 2,335 additions and 1 deletion.
437 changes: 437 additions & 0 deletions doc/specs/stdlib_specialfunctions_gamma.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ set(fppFiles
stdlib_sorting_ord_sort.fypp
stdlib_sorting_sort.fypp
stdlib_sorting_sort_index.fypp
stdlib_specialfunctions_gamma.fypp
stdlib_stats.fypp
stdlib_stats_corr.fypp
stdlib_stats_cov.fypp
Expand Down
Loading

0 comments on commit 729d5d8

Please sign in to comment.