hpux man page for fmodd64

Query: fmodd64

OS: hpux

Section: 3m

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

fmodd64(3M)															       fmodd64(3M)

NAME
fmodd64(), fmodd128(), fmodd32() - decimal remainder functions
SYNOPSIS
DESCRIPTION
The function determines the remainder (f) of the division of x by y, where f has the same sign as x, such that x=iy+f for some integer i, and |f| < |y|. is a version of it takes arguments and returns a result. is a version of it takes arguments and returns a result. These math functions are supported for HP-UX 11i Version 3 September 2008 Update and forward.
USAGE
To 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 VALUE
If y x returns x. If x y is a nonzero number, returns x. If y is 0, returns NaN and raises the invalid exception. If x returns NaN and raises the invalid exception. If x or y is NaN, returns NaN.
ERRORS
If x or y is 0, sets to
SEE ALSO
fabsd64(3M), remainderd64(3M), math(5).
STANDARDS CONFORMANCE
These functions conform to ISO/IEC TR 24732, "Extension for the programming language C to support decimal floating-point arithmetic". HP Integrity Server Only fmodd64(3M)
Related Man Pages
ceild128(3m) - hpux
ceild64(3m) - hpux
fmodd128(3m) - hpux
remainderd128(3m) - hpux
remainderd64(3m) - hpux
Similar Topics in the Unix Linux Community
PHP Man Pages Now Available (Over 10,000)
How to extract every repeated string between two specific string?
awk - Multi-line data to be stored in variable
Wrong Array...
Tar Command