Displaying 3 results from an estimated 3 matches for "complex_pow".
1998 Sep 16
2
R-beta: (0+0i)^2
The following behaviour (in R 0.62.3) is disturbing:
> (0+0i)^2
[1] NaN+NaNi
Is it deliberate??
Laimonis Kavalieris
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To:
1998 Sep 16
2
R-beta: (0+0i)^2
The following behaviour (in R 0.62.3) is disturbing:
> (0+0i)^2
[1] NaN+NaNi
Is it deliberate??
Laimonis Kavalieris
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To:
1997 Aug 28
1
R-alpha: pow_ii
...dsecurve.function.tests(verbose=T)
Random number generator tests ...ok
DSE curvature test 1 ... ld.so.1: /R/bin/R.binary: fatal: relocation error: symbol not found: pow_ii: referenced in /dse/dsefor.so
Killed
[4] /R : nm bin/R.binary | grep pow
[146] | 244556| 312|FUNC |LOCL |0 |7 |complex_pow
[2557] | 1462800| 0|FUNC |GLOB |0 |UNDEF |pow
[2795] | 1053360| 68|FUNC |GLOB |0 |7 |pow_dd
[2800] | 1053124| 236|FUNC |GLOB |0 |7 |pow_di
[377] | 1474036| 4|OBJT |LOCL |0 |15 |powerSymbol
[5] /R :
[5] /R : R
This leads me to wonder how R c...