* Style(9). Start non-Copyright fancy formatted comments with /**.

Reviewed by:	bde (as part of larger diff)
This commit is contained in:
Steve Kargl 2013-06-03 17:24:46 +00:00
parent a1d69112c1
commit b419a5506a

View File

@ -29,7 +29,7 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
/*-
/**
* Compute the exponential of x for Intel 80-bit format. This is based on:
*
* PTP Tang, "Table-driven implementation of the exponential function