From: pito <pi...@vo...> - 2010-09-01 21:53:10
|
zenfloat uses 2 cells for a float number: first - mantissa second - exponent so the math is done much easier than the ieee one (Leon does). To get the Leon's precision (23 bit mantissa) we need 3 cells with the zen however: (2 cells mantissa 1 cell exponent), if even doable with the zen libs.. Pito .. > > source library named > > "zen float" (e.g. 4th) that could be useful as > > well. At least to not do |