NAME

Log2t::Numbers - A library to manipulate numbers for the log2timeline tool


METHODS

join_numbers ( low, high )

A function that takes two numbers and joins them together. That is it takes as an argument two four bit numbers and returns an eight bit number combined of the two

roundup( number )

A function that takes as an argument a number (can be fractal) and returns an integer that is rounded up to the nearest integer.