Query: fixtof
OS: plan9
Section: 3alleg4
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
fixtof(3alleg4) Allegro manual fixtof(3alleg4)NAMEfixtof - Converts a fixed point to floating point. Allegro game programming library.SYNOPSIS#include <allegro.h> double fixtof(fixed x);DESCRIPTIONConverts fixed point to floating point. Example: float result; /* This will put 33.33333 into `result'. */ result = fixtof(itofix(100) / 3); /* This will put 16.66666 into `result'. */ result = fixtof(itofix(100) / 6);SEE ALSOftofix(3alleg4), itofix(3alleg4), fixtoi(3alleg4), exfixed(3alleg4), exspline(3alleg4), exstars(3alleg4) Allegro version 4.4.2 fixtof(3alleg4)
| Related Man Pages | 
|---|
| fixtoi(3alleg4) - debian | 
| ftofix(3alleg4) - centos | 
| fixtoi(3alleg4) - netbsd | 
| fixtoi(3alleg4) - mojave | 
| fixtoi(3alleg4) - redhat | 
| Similar Topics in the Unix Linux Community | 
|---|
| A fixed point basic calculator for DASH. |