The biginttoflt() function

The biginttoflt() function converts a BIGINT type number to a float type number.

Syntax

mint biginttoflt(bigintv, fltp)
	const bigint bigintv
	float *fltp
bigintv
A bigint value to convert to float.
fltp
A pointer to a float variable to contain the result of the conversion.

Return codes

0
The conversion was successful.
<0
The conversion failed.