NAME

Data::Float - details of the floating point data type

DESCRIPTION

This module is about the native floating point numerical data type.
A floating point number is one of the types of datum that can appear in
the numeric part of a Perl scalar.

INSTALLATION

	perl Makefile.PL
	make
	make test
	make install

AUTHOR

Andrew Main (Zefram) <zefram@fysh.org>

COPYRIGHT

Copyright (C) 2006 Andrew Main (Zefram) <zefram@fysh.org>

This module is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
