sqrt.3 (32eef9aeb1f39a1623cea55da147c89abbd5b9a5) sqrt.3 (64890443c1b144b289df30a5123d179955bc8c92)
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.

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

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
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.

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

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 LIBRARY
45.Lb libm
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 ---
46.Sh SYNOPSIS
47.In math.h
48.Ft double
49.Fn cbrt "double x"
50.Ft float
51.Fn cbrtf "float x"
52.Ft double
53.Fn sqrt "double x"

--- 83 unchanged lines hidden ---