Deleted Added
sdiff udiff text old ( 84306 ) new ( 84881 )
full compact
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.

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

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" from: @(#)sqrt.3 6.4 (Berkeley) 5/6/91
33.\" $FreeBSD: head/lib/msun/man/sqrt.3 84306 2001-10-01 16:09:29Z ru $
34.\"
35.Dd May 6, 1991
36.Dt SQRT 3
37.Os
38.Sh NAME
39.Nm cbrt ,
40.Nm cbrtf ,
41.Nm sqrt ,
42.Nm sqrtf
43.Nd cube root and square root functions
44.Sh SYNOPSIS
45.In math.h
46.Ft double
47.Fn cbrt "double x"
48.Ft float
49.Fn cbrtf "float x"
50.Ft double
51.Fn sqrt "double x"

--- 83 unchanged lines hidden ---