Skip to content

Instantly share code, notes, and snippets.

View shivam5992's full-sized avatar
:octocat:

Shivam Bansal shivam5992

:octocat:
View GitHub Profile
@shivam5992
shivam5992 / ftos.c
Created August 23, 2013 13:17 — forked from psych0der/ftos.c
#include <stdio.h>
#include <math.h>
#define precision 6 //precision for decimal digits
int main(int argc, char const *argv[])
{
float f,ff;