<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 5.50.4134.600" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>Juan y Nacho:</FONT></DIV>
<DIV><FONT size=2>encontramos que los algoritmos no estan respondiendo 
coherentemente ya que como se ve en los ejemplos, al convertir hacia un lado y 
volver al origen, estos no coínciden:</FONT></DIV>
<DIV><FONT size=2>Ej1:</FONT></DIV>
<DIV><FONT size=2>&nbsp;t = ftoh(0.063746666)</FONT></DIV>
<DIV><FONT size=2>&nbsp;t =</FONT><FONT size=2> 534745</FONT></DIV>
<DIV><FONT size=2>&nbsp;a = htof('534745')</FONT></DIV>
<DIV><FONT size=2>&nbsp;a =</FONT><FONT size=2> 0.650612473487854</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>&nbsp;a debió ser igual a t</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>Ej2:</FONT></DIV>
<DIV><FONT size=2>u = ftoh(0.0000128)</FONT></DIV>
<DIV><FONT size=2>u =</FONT><FONT size=2> 107</FONT></DIV>
<DIV><FONT size=2>h&nbsp;= htof('107')</FONT></DIV>
<DIV><FONT size=2>h =</FONT><FONT size=2> 3.13520431518555e-005<BR></FONT></DIV>
<DIV><FONT size=2>u debió ser igual a h</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>Esperamos respuesta, gracias.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=2>Pablo y Ceci.&nbsp;</DIV></FONT></BODY></HTML>