diff options
author | Remi Collet <remi@remirepo.net> | 2021-04-21 14:39:30 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-04-21 14:39:30 +0200 |
commit | 47238f813474138159f1366d6786dac41e116a50 (patch) | |
tree | 8ef64d1ff414879cdea3dd706524e148a0820af9 /REFLECTION | |
parent | b7fcb88da38fd3fe4190bbdf732c120e71d2d615 (diff) |
add upstream patch to fix typo in function name
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #77 stats version 2.0.3 ] { +Extension [ <persistent> extension #120 stats version 2.0.3 ] { - Functions { Function [ <internal:stats> function stats_cdf_t ] { @@ -61,6 +61,8 @@ Extension [ <persistent> extension #77 stats version 2.0.3 ] { } Function [ <internal:stats> function stats_rand_gen_noncentral_chisquare ] { } + Function [ <internal:stats> function stats_rand_gen_noncentral_f ] { + } Function [ <internal:stats> function stats_rand_gen_noncenral_f ] { } Function [ <internal:stats> function stats_rand_gen_normal ] { |