Category:Wren-big: Difference between revisions

m
Change to blurb following addition of support for ranges of BigInts.
m (Now using internal links to related pages.)
m (Change to blurb following addition of support for ranges of BigInts.)
 
(One intermediate revision by the same user not shown)
Line 1:
{{library}}
'''Wren-big''' is a module which adds support for arbitrary precision arithmetic to the Wren programming language. It consists of 46 classes: BigInt, BigRat, BigDec, BigInts, BigRats and BigRatsBigDecs. The latter twothree contain static methods for dealing with lists of BigInt, BigRat and BigRatBigDec objects respectively. BigInts also contains instance methods for creating and iterating through ranges of BigInts.
 
It is the tenth in a series of modules (listed on the language's [[:Category:Wren|main page]]) designed to assist with writing Rosetta Code tasks so the same code does not have to be written or copy/pasted time and time again thereby bloating a task's script code unnecessarily.
9,485

edits