Query: lrintd64
OS: hpux
Section: 3m
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
lrintd64(3M) lrintd64(3M)NAMElrintd64(), lrintd128(), lrintd32() - decimal round to nearest long int functionsSYNOPSISDESCRIPTIONrounds its argument to the nearest value, rounding according to the current (decimal) rounding direction mode. is equivalent to except that it rounds to instead of is a version of it takes a argument. is a version of it takes a argument. These math functions are supported for HP-UX 11i Version 3 September 2008 Update and forward.USAGETo use any of these functions, compile with the option. Make sure your program defines and then includes Link in the math library by specifying or on the linking command line. For more information, see the at the following site:RETURN VALUEIf x is or NaN or the rounded value is outside the range of then returns the minimum value and raises the invalid floating-point exception. If the rounded value is within the range of then raises the inexact exception if the result differs in value from the argument.ERRORSIf x is NaN, sets to If x is or the rounded value is outside the range of sets toSEE ALSOceild64(3M), fabsd64(3M), fe_dec_getround(3M), fe_dec_setround(3M), floord64(3M), fmodd64(3M), llrintd64(3M), llroundd64(3M), lroundd64(3M), rintd64(3M), roundd64(3M), truncd64(3M), math(5).STANDARDS CONFORMANCEThese functions conform to ISO/IEC TR 24732, "Extension for the programming language C to support decimal floating-point arithmetic". HP Integrity Server Only lrintd64(3M)
Related Man Pages |
---|
expm1d32(3m) - hpux |
nearbyintd128(3m) - hpux |
powd32(3m) - hpux |
rintd32(3m) - hpux |
rintd64(3m) - hpux |
Similar Topics in the Unix Linux Community |
---|
Rounding a decimal |
Script to loop line in a file and add info or do echo |