added hcl_mltnums() which scales the result according to the first parameter

This commit is contained in:
2018-04-02 12:52:10 +00:00
parent dd73887115
commit 0d350e9707
3 changed files with 62 additions and 26 deletions

View File

@ -984,6 +984,12 @@ hcl_oop_t hcl_mulnums (
hcl_oop_t y
);
hcl_oop_t hcl_mltnums (
hcl_t* hcl,
hcl_oop_t x,
hcl_oop_t y
);
hcl_oop_t hcl_divnums (
hcl_t* hcl,
hcl_oop_t x,