Jump to content

Integer sequence: Difference between revisions

m
→‎{{header|Wren}}: Changed to Wren S/H
imported>Maruseron
(Added a Java 8 version using the Stream API)
m (→‎{{header|Wren}}: Changed to Wren S/H)
Line 3,146:
 
Also, the ''System.print'' method in the standard library will only display a maximum of 14 digits before switching to scientific notation. To get around this one can use instead the ''Fmt.print'' method of the ''Wren-fmt'' module which displays integers 'normally' up to the maximum and also caters for BigInts as well.
<syntaxhighlight lang="ecmascriptwren">import "./fmt" for Fmt
import "./big" for BigInt
 
9,482

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.