The R Project SVN R

Rev

Rev 58051 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 58051 Rev 58223
Line 8... Line 8...
8
10^-(324:307)
8
10^-(324:307)
9
2^-(1022:1075)
9
2^-(1022:1075)
10
 
10
 
11
# And because most libm pow() functions special-case integer powers.
11
# And because most libm pow() functions special-case integer powers.
12
10^-(324:307-0.01)/10^0.01
12
10^-(324:307-0.01)/10^0.01
-
 
13
 
-
 
14
# IEC60559 mandates this, but C99/C11 do not.
-
 
15
# Mingw-w64 did not do so in v 2.0.1
-
 
16
x <- 0*(-1) # negative zero
-
 
17
sqrt(x)
-
 
18
identical(x, sqrt(x))