mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 00:37:15 +01:00
Remove leftover printf from math library,
This commit is contained in:
parent
be8b631aea
commit
4504ae0550
@ -1144,7 +1144,6 @@ SQFloat SqIToF(Int64 sigv, Int64 expv, Int32 padn, Int32 padc, bool negf)
|
|||||||
{
|
{
|
||||||
fstr = ToStrF("%lld.%s%lld", sigv, padb, expv);
|
fstr = ToStrF("%lld.%s%lld", sigv, padb, expv);
|
||||||
}
|
}
|
||||||
printf("'%s'\n", fstr);
|
|
||||||
// Now transform the resulted string to a floating point value
|
// Now transform the resulted string to a floating point value
|
||||||
#ifdef SQUSEDOUBLE
|
#ifdef SQUSEDOUBLE
|
||||||
return std::strtod(fstr, nullptr);
|
return std::strtod(fstr, nullptr);
|
||||||
|
Loading…
Reference in New Issue
Block a user