manpagez: man pages & more
info mpc
Home | html | info | man
[ << ] [ < ] [ Up ] [ > ] [ >> ]         [Top] [Contents] [Index] [ ? ]

5.5 Comparison Functions

Function: int mpc_cmp (mpc_t op1, mpc_t op2)
Function: int mpc_cmp_si_si (mpc_t op1, long int op2r, long int op2i)
Macro: int mpc_cmp_si (mpc_t op1, long int op2)

Compare op1 and op2, where in the case of mpc_cmp_si_si, op2 is taken to be op2r + i op2i. The return value c can be decomposed into x = MPC_INEX_RE(c) and y = MPC_INEX_IM(c), such that x is positive if the real part of op1 is greater than that of op2, zero if both real parts are equal, and negative if the real part of op1 is less than that of op2, and likewise for y. Both op1 and op2 are considered to their full own precision, which may differ. It is not allowed that one of the operands has a NaN (Not-a-Number) part.

The storage of the return value is such that equality can be simply checked with mpc_cmp (op1, op2) == 0.


This document was generated on November 27, 2011 using texi2html 5.0.

© manpagez.com 2000-2024
Individual documents may contain additional copyright information.