Deleted Added
full compact
frexp.3 (1574) frexp.3 (21907)
1.\" Copyright (c) 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" the American National Standards Committee X3, on Information
6.\" Processing Systems.
7.\"
8.\" Redistribution and use in source and binary forms, with or without

--- 62 unchanged lines hidden (view full) ---

71.Em x
72times 2 raised to the power
73.Fa *exp .
74If
75.Fa value
76is zero, both parts of the result are zero.
77.Sh SEE ALSO
78.Xr ldexp 3 ,
1.\" Copyright (c) 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" the American National Standards Committee X3, on Information
6.\" Processing Systems.
7.\"
8.\" Redistribution and use in source and binary forms, with or without

--- 62 unchanged lines hidden (view full) ---

71.Em x
72times 2 raised to the power
73.Fa *exp .
74If
75.Fa value
76is zero, both parts of the result are zero.
77.Sh SEE ALSO
78.Xr ldexp 3 ,
79.Xr modf 3 ,
80.Xr math 3
79.Xr math 3 ,
80.Xr modf 3
81.Sh STANDARDS
82The
83.Fn frexp
84function conforms to
85.St -ansiC .
81.Sh STANDARDS
82The
83.Fn frexp
84function conforms to
85.St -ansiC .