Const {cwhmisc} | R Documentation |
Constants
GreatestIntAsRealF()
c38
:= sqrt(c3Q)
c3Q
:= .Machine$double.xmax^0.75, used for computations below Inf, also
GreatestIntAsRealF
Find the greatest integer K which is distiguishable from (K+1), both represented as real
ASCII
:= ASCII characters corresponding to (0), 1..256,
HexDig
:= '1' - '9', 'A' - 'F', 'a' - 'f'
HexagesDig
:= '1' - '9', 'A' - 'Y', 'a' - 'y'
EXPCHAR
:= "z", exponential marker used for bases other then 10 (for base 10 "e" is used as usual);
TAU
:= (1+sqrt(5))/2 = golden section constant = 1.6180
Christian W. Hoffmann <christian@echoffmann.ch>