Category:Wren-big: Difference between revisions

m
Change to blurb following addition of support for ranges of BigInts.
(Change to blurb following addition of BigDec.)
m (Change to blurb following addition of support for ranges of BigInts.)
 
Line 1:
{{library}}
'''Wren-big''' is a module which adds support for arbitrary precision arithmetic to the Wren programming language. It consists of 6 classes: BigInt, BigRat, BigDec, BigInts, BigRats and BigDecs. The latter three contain static methods for dealing with lists of BigInt, BigRat and BigDec 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,476

edits