atanh.3 (32eef9aeb1f39a1623cea55da147c89abbd5b9a5) | atanh.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. --- 25 unchanged lines hidden (view full) --- 34.\" 35.Dd May 6, 1991 36.Dt ATANH 3 37.Os 38.Sh NAME 39.Nm atanh , 40.Nm atanhf 41.Nd inverse hyperbolic tangent 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. --- 25 unchanged lines hidden (view full) --- 34.\" 35.Dd May 6, 1991 36.Dt ATANH 3 37.Os 38.Sh NAME 39.Nm atanh , 40.Nm atanhf 41.Nd inverse hyperbolic tangent functions |
42.Sh LIBRARY 43.Lb libm |
|
42.Sh SYNOPSIS 43.In math.h 44.Ft double 45.Fn atanh "double x" 46.Ft float 47.Fn atanhf "float x" 48.Sh DESCRIPTION 49The --- 41 unchanged lines hidden --- | 44.Sh SYNOPSIS 45.In math.h 46.Ft double 47.Fn atanh "double x" 48.Ft float 49.Fn atanhf "float x" 50.Sh DESCRIPTION 51The --- 41 unchanged lines hidden --- |