GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
STRUCTS_TYPE_FLOAT(3) FreeBSD Library Functions Manual STRUCTS_TYPE_FLOAT(3)

structs_type_float, structs_type_double
structs types for floating point values

PDEL Library (libpdel, -lpdel)

#include <sys/types.h>
#include <pdel/structs/structs.h>
#include <pdel/structs/type/float.h>

extern const struct structs_type structs_type_float;
extern const struct structs_type structs_type_double;

These are structs(3) types for floating point values stored in variables of type float and double.

The ASCII form of these types is as produced by printf(3) using the %g format.

libpdel(3), structs(3), structs_type(3)

The PDEL library was developed at Packet Design, LLC. http://www.packetdesign.com/

Archie Cobbs ⟨archie@freebsd.org⟩

These types do not correct for byte-order in the binary representation. Therefore, their binary representations are not necessarily byte-order independent.
April 22, 2002 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.