php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include "bcmath.h"
#include <stdbool.h>
#include <stddef.h>
#include <string.h>
#include "zend_alloc.h"
Go to the source code of this file.
Functions | |
bc_num | _bc_new_num_ex (size_t length, size_t scale, bool persistent) |
bc_num | _bc_new_num_nonzeroed_ex (size_t length, size_t scale, bool persistent) |
void | _bc_free_num_ex (bc_num *num, bool persistent) |
void | bc_init_numbers (void) |
void | bc_force_free_number (bc_num *num) |
void | bc_init_num (bc_num *num) |
bc_num _bc_new_num_ex | ( | size_t | length, |
size_t | scale, | ||
bool | persistent ) |
bc_num _bc_new_num_nonzeroed_ex | ( | size_t | length, |
size_t | scale, | ||
bool | persistent ) |