php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#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) |