Skip to main content
Commonmark migration
Source Link

#Almost language agnostic, 9 chars

Almost language agnostic, 9 chars

###(tested in R):

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

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

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.

Source Link
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.