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

Go to the source code of this file.

Macros

#define BC_LONG_MAX_DIGITS   (sizeof(LONG_MIN_DIGITS) - 1)
 

Functions

bc_num bc_long2num (zend_long lval)
 

Macro Definition Documentation

◆ BC_LONG_MAX_DIGITS

#define BC_LONG_MAX_DIGITS   (sizeof(LONG_MIN_DIGITS) - 1)

Definition at line 21 of file long2num.c.

Function Documentation

◆ bc_long2num()

bc_num bc_long2num ( zend_long lval)

Definition at line 23 of file long2num.c.