Math/FresnalZone version 0.01
=============================

This module calculates the fresnal zone radius for a given distance and frequency.

INSTALLATION

To install this module type the following:

   perl -MCPAN -e 'install Math::FresnalZone;'

or

   perl Makefile.PL
   make
   make test
   make install


COPYRIGHT AND LICENCE

Copyright (C) 2004 Daniel Muey

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