QDIV

Section: C Library Functions (3)
Index Return to Main Contents

BSD mandoc
 

NAME

qdiv - return quotient and remainder from division  

SYNOPSIS

Fd #include <stdlib.h> Ft qdiv_t Fn qdiv quad_t num quad_t denom  

DESCRIPTION

The Fn qdiv function computes the value num/denom and returns the quotient and remainder in a structure named qdiv_t that contains two quad integer members named quot and rem  

SEE ALSO

div(3), ldiv(3), math(3)


 

Index

NAME
SYNOPSIS
DESCRIPTION
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 15:52:53 GMT, January 15, 2023