|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include "bcmath.h"#include <stddef.h>#include <assert.h>#include <stdbool.h>#include "private.h"#include "convert.h"#include "zend_alloc.h"Go to the source code of this file.
Functions | |
| bc_num | bc_multiply (bc_num n1, bc_num n2, size_t scale) |
| bc_num | bc_square (bc_num n1, size_t scale) |