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 <[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]>
1 parent d110944 commit 729d5d8

8 files changed

+2335
-1
lines changed

doc/specs/stdlib_specialfunctions_gamma.md

+437
Large diffs are not rendered by default.

src/CMakeLists.txt

+1
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)