Category:Wren-big: Difference between revisions

Content added Content deleted
m (Now using internal links to related pages.)
(Change to blurb following addition of BigDec.)
Line 1: Line 1:
{{library}}
{{library}}
'''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.
'''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.


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.
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.