Runtime evaluation/In an environment: Difference between revisions

m (→‎{{header|Ruby}}: change method name and add explanation)
Line 148:
 
=={{header|J}}==
===Explicit===
The following satisfies the requirements:
<lang j>
Line 158 ⟶ 159:
1.71828183
</lang>
===Tacit===
However, it is easier via point-free coding:
<lang j>
Anonymous user