trunc.3 (2f2ee27de4367161d0f6e3913c5921f0d002fd98) | trunc.3 (f789cb829380f2501402d11904f10adf363f7da5) |
---|---|
1.\" Copyright (c) 2004, 2005 David Schultz <das@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. --- 26 unchanged lines hidden (view full) --- 35.Sh LIBRARY 36.Lb libm 37.Sh SYNOPSIS 38.In math.h 39.Ft double 40.Fn trunc "double x" 41.Ft float 42.Fn truncf "float x" | 1.\" Copyright (c) 2004, 2005 David Schultz <das@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. --- 26 unchanged lines hidden (view full) --- 35.Sh LIBRARY 36.Lb libm 37.Sh SYNOPSIS 38.In math.h 39.Ft double 40.Fn trunc "double x" 41.Ft float 42.Fn truncf "float x" |
43.Ft long double | 43.Ft "long double" |
44.Fn truncl "long double x" 45.Sh DESCRIPTION 46The 47.Fn trunc , 48.Fn truncf , 49and 50.Fn truncl 51functions return the nearest integral value with magnitude less than --- 29 unchanged lines hidden --- | 44.Fn truncl "long double x" 45.Sh DESCRIPTION 46The 47.Fn trunc , 48.Fn truncf , 49and 50.Fn truncl 51functions return the nearest integral value with magnitude less than --- 29 unchanged lines hidden --- |