added hcl_truncfpdevcal().

fixed bugs in sprintf
This commit is contained in:
2018-04-01 17:09:07 +00:00
parent 16b96e49bc
commit 6ed4d2e705
3 changed files with 83 additions and 13 deletions

View File

@ -990,6 +990,13 @@ hcl_oop_t hcl_divnums (
hcl_oop_t y
);
hcl_oop_t hcl_truncfpdecval (
hcl_t* hcl,
hcl_oop_t iv, /* integer */
hcl_ooi_t cs, /* current scale */
hcl_ooi_t ns /* new scale */
);
/* ========================================================================= */
/* comp.c */
/* ========================================================================= */