complex.3 (d1d015864103b253b3fcb2f72a0da5b0cfeb31b6) | complex.3 (c09eb466019e8e22d04403a70ba3e07dc950ab61) |
---|---|
1.\" Copyright (c) 2011 Murray Stokely <murray@FreeBSD.org> 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. --- 89 unchanged lines hidden (view full) --- 98ccos cosine 99ccosh hyperbolic cosine 100csin sine 101csinh hyperbolic sine 102ctan tangent 103ctanh hyperbolic tangent 104.El 105.Sh SEE ALSO | 1.\" Copyright (c) 2011 Murray Stokely <murray@FreeBSD.org> 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. --- 89 unchanged lines hidden (view full) --- 98ccos cosine 99ccosh hyperbolic cosine 100csin sine 101csinh hyperbolic sine 102ctan tangent 103ctanh hyperbolic tangent 104.El 105.Sh SEE ALSO |
106.Xr math 3 , | |
107.Xr fenv 3 , 108.Xr ieee 3 , | 106.Xr fenv 3 , 107.Xr ieee 3 , |
108.Xr math 3 , |
|
109.Xr tgmath 3 110.Rs 111.%T "ISO/IEC 9899:TC3" 112.%U http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1256.pdf 113.Re 114.Sh STANDARDS 115The 116.In complex.h 117functions described here conform to 118.St -isoC-99 . 119.Sh BUGS 120The logarithmic functions 121.Fn clog 122and the power functions 123.Fn cpow 124are not implemented. | 109.Xr tgmath 3 110.Rs 111.%T "ISO/IEC 9899:TC3" 112.%U http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1256.pdf 113.Re 114.Sh STANDARDS 115The 116.In complex.h 117functions described here conform to 118.St -isoC-99 . 119.Sh BUGS 120The logarithmic functions 121.Fn clog 122and the power functions 123.Fn cpow 124are not implemented. |