select * from sectionselect * from sectionselect * from section JMC Research - Juan M. Casillas Web Site
Knowledge for our questions, fun for everyone!

http://www.jmcresearch.com/src/articlehelper.php?id=100
Printed at 07/05/2024 07:14:21
http://www.jmcresearch.com Knowledge for our questions, fun for everyone!
numconv
Library contents

Published at 01/01/2004 15:40:50
By Juan M. Casillas

numconv

This directory contains code to manage and convert numbers from its number representation into a string representation. To fix the problem of the number lenght, this library can use two approaches: the fixed-buffer method (more optimum but non-exact with really long numbers) or the logarithm method (fully exact but slower). See the implementation file for details


http://www.jmcresearch.com Knowledge for our questions, fun for everyone!