comparison libinterp/corefcn/betainc.cc @ 18517:e1b9c8277ada

betainc.cc: Remove obsolete FIXME note. * betainc.cc: Remove obsolete FIXME note to switch betainc from a dldfcn to a regular DEFUN function. This has already happened.
author Rik <rik@octave.org>
date Sat, 22 Feb 2014 08:23:26 -0800
parents 870f3e12e163
children 4197fc428c7d
comparison
equal deleted inserted replaced
18515:bc31d9359cf9 18517:e1b9c8277ada
30 #include "error.h" 30 #include "error.h"
31 #include "gripes.h" 31 #include "gripes.h"
32 #include "oct-obj.h" 32 #include "oct-obj.h"
33 #include "utils.h" 33 #include "utils.h"
34 34
35 // FIXME: These functions do not need to be dynamically loaded. They should
36 // be placed elsewhere in the Octave code hierarchy.
37 35
38 DEFUN (betainc, args, , 36 DEFUN (betainc, args, ,
39 "-*- texinfo -*-\n\ 37 "-*- texinfo -*-\n\
40 @deftypefn {Mapping Function} {} betainc (@var{x}, @var{a}, @var{b})\n\ 38 @deftypefn {Mapping Function} {} betainc (@var{x}, @var{a}, @var{b})\n\
41 Return the regularized incomplete Beta function,\n\ 39 Return the regularized incomplete Beta function,\n\