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

Go to the source code of this file.

Functions

void bc_round (bc_num num, zend_long precision, zend_long mode, bc_num *result)
 

Function Documentation

◆ bc_round()

void bc_round ( bc_num num,
zend_long precision,
zend_long mode,
bc_num * result )

Definition at line 21 of file round.c.