sqrt.3 (563f6bde6ebb1e3a226bb60fa4686752c7547521) sqrt.3 (c23155a43a8fbd8404b4d7bca71c292e92fb4870)
1.\" Copyright (c) 1985, 1991 Regents of the University of California.
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

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

85processor an attempt to take the
86.Fn sqrt
87of negative
88.Fa x
89causes an error; in this event,
90the global variable
91.Va errno
92is set to
1.\" Copyright (c) 1985, 1991 Regents of the University of California.
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

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

85processor an attempt to take the
86.Fn sqrt
87of negative
88.Fa x
89causes an error; in this event,
90the global variable
91.Va errno
92is set to
93.Dv EDOM
93.Er EDOM
94and a reserved operand fault is generated.
95.Sh ERROR (due to Roundoff etc.)
96The
97.Fn cbrt
98function
99is accurate to within 0.7
100.Em ulps .
101.Pp

--- 33 unchanged lines hidden ---
94and a reserved operand fault is generated.
95.Sh ERROR (due to Roundoff etc.)
96The
97.Fn cbrt
98function
99is accurate to within 0.7
100.Em ulps .
101.Pp

--- 33 unchanged lines hidden ---