php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
div.c File Reference
#include "bcmath.h"
#include "private.h"
#include "convert.h"
#include <stdbool.h>
#include <stddef.h>
#include <string.h>
#include "zend_alloc.h"

Go to the source code of this file.

Functions

bool bc_divide (bc_num numerator, bc_num divisor, bc_num *quot, size_t scale)
 

Function Documentation

◆ bc_divide()

bool bc_divide ( bc_num numerator,
bc_num divisor,
bc_num * quot,
size_t scale )

Definition at line 331 of file div.c.