Skip to content

Commit 729d5d8

Browse files
Jim-215-Fisherjim-215-fisherjvdp1milancurcic
authored
Gamma special function (#625)
* 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 <jeremie.vandenplas@gmail.com> * Update doc/specs/stdlib_specialfunctions_gamma.md Co-authored-by: Jeremie Vandenplas <jeremie.vandenplas@gmail.com> * Update doc/specs/stdlib_specialfunctions_gamma.md Co-authored-by: Jeremie Vandenplas <jeremie.vandenplas@gmail.com> * Update doc/specs/stdlib_specialfunctions_gamma.md Co-authored-by: Jeremie Vandenplas <jeremie.vandenplas@gmail.com> * Update doc/specs/stdlib_specialfunctions_gamma.md Co-authored-by: Jeremie Vandenplas <jeremie.vandenplas@gmail.com> * Update src/tests/specialfunctions/test_specialfunctions_gamma.fypp Co-authored-by: Jeremie Vandenplas <jeremie.vandenplas@gmail.com> * Update doc/specs/stdlib_specialfunctions_gamma.md Co-authored-by: Jeremie Vandenplas <jeremie.vandenplas@gmail.com> * wording change Co-authored-by: jim-215-fisher <jfeng33@gmail.com> Co-authored-by: Jeremie Vandenplas <jeremie.vandenplas@gmail.com> Co-authored-by: milancurcic <caomaco@gmail.com>
1 parent d110944 commit 729d5d8

File tree

8 files changed

+2335
-1
lines changed

8 files changed

+2335
-1
lines changed

doc/specs/stdlib_specialfunctions_gamma.md

Lines changed: 437 additions & 0 deletions
Large diffs are not rendered by default.

src/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ set(fppFiles
2828
stdlib_sorting_ord_sort.fypp
2929
stdlib_sorting_sort.fypp
3030
stdlib_sorting_sort_index.fypp
31+
stdlib_specialfunctions_gamma.fypp
3132
stdlib_stats.fypp
3233
stdlib_stats_corr.fypp
3334
stdlib_stats_cov.fypp

0 commit comments

Comments
 (0)