R
R-packages
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
The R Project SVN
R
(root)
/
branches
/
R-classInheritance
/
src
/
nmath
/
rgamma.c
– Rev 47757
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
47757
6389 d 16 h
jmc
/branches/R-classInheritance/
create branch for class inheritance
44737
6711 d 23 h
maechler
/trunk/
more r*(., scale=0) |--> return(location) changes
43895
6775 d 23 h
maechler
/trunk/
complete the "[dpqr]gamma(shape=0)" implementation of r43892
42302
6942 d 8 h
ripley
/trunk/src/nmath/
update reference to GPL
36820
7523 d 23 h
ripley
/trunk/
update FSF address
36220
7566 d 8 h
ripley
/trunk/
add checks for argument validity to C-level rgamma
make invalid args in [dqpr]gamma return NaN rather than be an error,
for consistency
34643
7717 d 1 h
ripley
/trunk/
Intel ia64 compiler requires 'const static double' (hint from Nakama's site)
24049
8494 d 20 h
ripley
/trunk/
branch update
19500
8853 d 22 h
hornik
/trunk/
Use system header file '#include <foo.h>' for R API headers.
18536
8911 d 7 h
maechler
/trunk/src/
use expm1()
13090
9271 d 5 h
maechler
/trunk/src/nmath/
static/const clean up + dropping unneeded aa=0 resetting in the if(a < 1) clause + indenting
11499
9375 d 18 h
ripley
/trunk/
Mathlib.h -> Rmath.h changes, tidy up undocumented entry points
add public R_ext/Rprint.h for Rprintf etc
8431
9641 d 22 h
ripley
/trunk/
use a private header file for Mathlib, several small consistency fixes
7725
9683 d 5 h
ripley
/trunk/src/
rationalize RNG code
reduce a bit dependence on header files
remove some unneeded IEEE_754 opt-outs in nmath
5458
9848 d 6 h
ripley
/trunk/
change FSF address in copyrights
add some copyrights in src/gnome and elsewhere
574
10421 d 16 h
ihaka
/trunk/src/nmath/
New IEEE aware math library.