changed lay-out of manual page a bit
This commit is contained in:
parent
f62db3f3c6
commit
02c5bf9140
|
@ -6,7 +6,8 @@ flt_arith \- high precision floating point arithmetic
|
||||||
.nf
|
.nf
|
||||||
.B #include <flt_arith.h>
|
.B #include <flt_arith.h>
|
||||||
.PP
|
.PP
|
||||||
.ta 5m 30m
|
.if t .ta 3m 13m 22m
|
||||||
|
.if n .ta 5m 25m 40m
|
||||||
struct flt_mantissa {
|
struct flt_mantissa {
|
||||||
long flt_h_32; /* high order 32 bits of mantissa */
|
long flt_h_32; /* high order 32 bits of mantissa */
|
||||||
long flt_l_32; /* low order 32 bits of mantissa */
|
long flt_l_32; /* low order 32 bits of mantissa */
|
||||||
|
|
Loading…
Reference in a new issue