Skip to main content
1 of 2
Tomas
  • 2.6k
  • 15
  • 19

#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.

Tomas
  • 2.6k
  • 15
  • 19