OpenCores
URL https://opencores.org/ocsvn/1664/1664/trunk

Subversion Repositories 1664

[/] [1664/] [trunk/] [c/] [lista/] [fl2_frato__cadena.c] - Rev 2

Compare with Previous | Blame | View Log

#include "tipodef.h"
 
fl2 fl2_frato__cadena(n1 *cadena, nN cuantia)
{
 fl2 fl=0.0;
 nN i;
 
 if (cuantia>0)
 {
 
  for(i=0;i<cuantia;i++){fl=(fl*10.0)+(fl2)(cadena[i]&0x0f);}
  for(i=0;i<cuantia;i++){fl*=0.1; }
 }
 
 return fl;
}

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.