Category:Wren-big: Difference between revisions

Content added Content deleted
(Created page for 'Wren-big' module.)
 
(Amended description to include new classes.)
Line 1: Line 1:
{{library}}
{{library}}
'''Wren-big''' is a module which adds support for arbitrary precision arithmetic to the Wren programming language. It currently consists of 2 classes: BigInt and BigInts, though others may be added later. BigInts contains static methods for dealing with lists of BigInt objects.
'''Wren-big''' is a module which adds support for arbitrary precision arithmetic to the Wren programming language. It consists of 4 classes: BigInt, BigRat, BigInts and BigRats. The latter two contain static methods for dealing with lists of BigInt and BigRat objects respectively.


It is the tenth in a series of modules (listed on the language's [[https://rosettacode.org/wiki/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.
It is the tenth in a series of modules (listed on the language's [[https://rosettacode.org/wiki/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.