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

Go to the source code of this file.

Functions

bool bc_is_zero_for_scale (bc_num num, size_t scale)
 
bool bc_is_zero (bc_num num)
 

Function Documentation

◆ bc_is_zero()

bool bc_is_zero ( bc_num num)

Definition at line 58 of file zero.c.

◆ bc_is_zero_for_scale()

bool bc_is_zero_for_scale ( bc_num num,
size_t scale )

Definition at line 38 of file zero.c.