strtod.3 (274b6244d3d8d81474b580ed282a83e99da41b62) strtod.3 (c23155a43a8fbd8404b4d7bca71c292e92fb4870)
1.\" Copyright (c) 1990, 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

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

85If no conversion is performed, zero is returned and the value of
86.Fa nptr
87is stored in the location referenced by
88.Fa endptr .
89.Pp
90If the correct value would cause overflow, plus or minus
91.Dv HUGE_VAL
92is returned (according to the sign of the value), and
1.\" Copyright (c) 1990, 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

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

85If no conversion is performed, zero is returned and the value of
86.Fa nptr
87is stored in the location referenced by
88.Fa endptr .
89.Pp
90If the correct value would cause overflow, plus or minus
91.Dv HUGE_VAL
92is returned (according to the sign of the value), and
93.Dv ERANGE
93.Er ERANGE
94is stored in
95.Va errno .
96If the correct value would cause underflow, zero is
97returned and
94is stored in
95.Va errno .
96If the correct value would cause underflow, zero is
97returned and
98.Dv ERANGE
98.Er ERANGE
99is stored in
100.Va errno .
101.Sh ERRORS
102.Bl -tag -width Er
103.It Bq Er ERANGE
104Overflow or underflow occurred.
105.Sh SEE ALSO
106.Xr atof 3 ,

--- 30 unchanged lines hidden ---
99is stored in
100.Va errno .
101.Sh ERRORS
102.Bl -tag -width Er
103.It Bq Er ERANGE
104Overflow or underflow occurred.
105.Sh SEE ALSO
106.Xr atof 3 ,

--- 30 unchanged lines hidden ---