#Almost language agnostic, 9 chars

###(tested in R):

 .5+5^.5/2

In R, evaluates full double precision. More digits can be seen by setting `options(digits=99)`. The question says "evaluate", so that goes with the rules.