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
@ 63243
– 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
5808 d 8 h
urbaneks
/branches/R-exp-R5/
Experinental branch implementing "R5" ideas - extending S language to
create a more intuitive object system
51743
5948 d 16 h
ripley
/trunk/src/main/
fix 0^1i on Windows
51316
5976 d 6 h
ripley
/trunk/
a few more checks of argument names, and a test suite
51270
5980 d 14 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 17 h
ripley
/trunk/src/
a little bit more hiding of entry points
49066
6202 d 1 h
maechler
/trunk/src/main/
fix thinko in 49062
49062
6202 d 10 h
maechler
/trunk/
more accurate z^n
49001
6210 d 15 h
ripley
/trunk/src/main/
some missed TRACE and SET_TRACE calls
45774
6639 d 8 h
ripley
/trunk/
remove static limit on degree in polyroot()
45771
6639 d 10 h
ripley
/trunk/src/
document limit on polyroot (and correct error test)
45446
6671 d 12 h
ripley
/trunk/src/main/
whitespace cleanup
44205
6756 d 16 h
ripley
/trunk/src/
more on prototypes
44198
6757 d 2 h
ripley
/trunk/src/main/
using of (void), tidy up use of headers
42307
6943 d 15 h
ripley
/trunk/src/
change reference to GPL
41725
7001 d 16 h
ripley
/trunk/src/main/
use *call forms
41715
7003 d 18 h
ripley
/trunk/
improvements to error/warning messages
41713
7004 d 8 h
ripley
/trunk/src/main/
improvements to error messages
41686
7006 d 11 h
ripley
/trunk/
more improvements to warning/error messages
41632
7010 d 18 h
ripley
/trunk/src/main/
more on inlining
41631
7010 d 18 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
7058 d 5 h
jmc
/trunk/
use DUPLICATE_ATTRIB instead of SET_ATTRIB to copy object, S4 bits correctly
40115
7177 d 10 h
ripley
/trunk/src/main/
workaround for PR#9403
38705
7305 d 17 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
7323 d 0 h
tlumley
/trunk/src/
tracemem tracks copies through arithmetic/math functions, coercion.
38505
7327 d 12 h
ripley
/trunk/src/main/
more attribute_hidden
38417
7337 d 12 h
ripley
/trunk/src/main/
update copyright date
37374
7467 d 4 h
ripley
/trunk/src/main/
allow write-barrier testing on C99 systems
37019
7507 d 2 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
7509 d 3 h
ripley
/trunk/
reduce the number of visible symbols in libR.so from 1806 to 1136
36820
7525 d 7 h
ripley
/trunk/
update FSF address
36129
7574 d 2 h
ripley
/trunk/
fix PR#8272 (Im(-1))
35253
7656 d 8 h
ripley
/trunk/
enhance printing of complex numbers to use pairs together.
35250
7656 d 12 h
ripley
/trunk/
change rounding for complex numbers
35227
7657 d 7 h
ripley
/trunk/
more tweaks to complex
35225
7657 d 9 h
ripley
/trunk/
first pass at using C99 complex arithmetic.
needs more tweaking on Windows for example.
35218
7657 d 12 h
ripley
/trunk/
merge r35217 (fix bug in complex atan2) from R-patched
35069
7670 d 10 h
maechler
/trunk/
Arg(-1) |-> pi
34399
7741 d 15 h
ripley
/trunk/src/main/
patch had missing */
34397
7741 d 16 h
ripley
/trunk/
fix PR#7871
33866
7781 d 4 h
tlumley
/trunk/src/main/
refix PR#7781 (sign error)