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-exp-R5
/
src
/
main
/
complex.c
@ 77458
– Rev 52864
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Clear current filter
Rev
Age
Author
Path
Log message
Diff
52864
5807 d 18 h
urbaneks
/branches/R-exp-R5/
Experinental branch implementing "R5" ideas - extending S language to
create a more intuitive object system
51743
5948 d 2 h
ripley
/trunk/src/main/
fix 0^1i on Windows
51316
5975 d 17 h
ripley
/trunk/
a few more checks of argument names, and a test suite
51270
5980 d 1 h
ripley
/trunk/
separate out primitives in names.c
no longer treat atan() separately
change log{2,10} to avoid double evaluation of first arg.
49744
6157 d 4 h
ripley
/trunk/src/
a little bit more hiding of entry points
49066
6201 d 12 h
maechler
/trunk/src/main/
fix thinko in 49062
49062
6201 d 20 h
maechler
/trunk/
more accurate z^n
49001
6210 d 1 h
ripley
/trunk/src/main/
some missed TRACE and SET_TRACE calls
45774
6638 d 18 h
ripley
/trunk/
remove static limit on degree in polyroot()
45771
6638 d 20 h
ripley
/trunk/src/
document limit on polyroot (and correct error test)
45446
6670 d 22 h
ripley
/trunk/src/main/
whitespace cleanup
44205
6756 d 2 h
ripley
/trunk/src/
more on prototypes
44198
6756 d 12 h
ripley
/trunk/src/main/
using of (void), tidy up use of headers
42307
6943 d 1 h
ripley
/trunk/src/
change reference to GPL
41725
7001 d 3 h
ripley
/trunk/src/main/
use *call forms
41715
7003 d 4 h
ripley
/trunk/
improvements to error/warning messages
41713
7003 d 19 h
ripley
/trunk/src/main/
improvements to error messages
41686
7005 d 21 h
ripley
/trunk/
more improvements to warning/error messages
41632
7010 d 4 h
ripley
/trunk/src/main/
more on inlining
41631
7010 d 4 h
ripley
/trunk/src/
work on inlining
- allow C99 model
- use static inlining in units where function is used a lot
export isS4, asS4 (don't use them internally, rather macros)
work around an optimization bug in currnt gcc pre-4.3.0
41002
7057 d 16 h
jmc
/trunk/
use DUPLICATE_ATTRIB instead of SET_ATTRIB to copy object, S4 bits correctly
40115
7176 d 20 h
ripley
/trunk/src/main/
workaround for PR#9403
38705
7305 d 4 h
ripley
/trunk/src/
remove some unused entry points, take others static.
add prefixes to graphapp and some graphics entry points
improve the use of / <--> \ conversions under Windows
38550
7322 d 10 h
tlumley
/trunk/src/
tracemem tracks copies through arithmetic/math functions, coercion.
38505
7326 d 22 h
ripley
/trunk/src/main/
more attribute_hidden
38417
7336 d 22 h
ripley
/trunk/src/main/
update copyright date
37374
7466 d 14 h
ripley
/trunk/src/main/
allow write-barrier testing on C99 systems
37019
7506 d 12 h
ripley
/trunk/
signif() was biased toward round away from zero, not round to even (PR#8452).
Add some explanatory notes for all the aliasing that goes on.
36990
7508 d 13 h
ripley
/trunk/
reduce the number of visible symbols in libR.so from 1806 to 1136
36820
7524 d 18 h
ripley
/trunk/
update FSF address
36129
7573 d 13 h
ripley
/trunk/
fix PR#8272 (Im(-1))
35253
7655 d 18 h
ripley
/trunk/
enhance printing of complex numbers to use pairs together.
35250
7655 d 22 h
ripley
/trunk/
change rounding for complex numbers
35227
7656 d 17 h
ripley
/trunk/
more tweaks to complex
35225
7656 d 19 h
ripley
/trunk/
first pass at using C99 complex arithmetic.
needs more tweaking on Windows for example.
35218
7656 d 22 h
ripley
/trunk/
merge r35217 (fix bug in complex atan2) from R-patched
35069
7669 d 20 h
maechler
/trunk/
Arg(-1) |-> pi
34399
7741 d 1 h
ripley
/trunk/src/main/
patch had missing */
34397
7741 d 2 h
ripley
/trunk/
fix PR#7871
33866
7780 d 14 h
tlumley
/trunk/src/main/
refix PR#7781 (sign error)