Compare commits

..

3 Commits

Author SHA1 Message Date
rhinemann bc54f7ecab Added Pow operation 2024-10-10 19:13:51 +03:00
rhinemann 99af5da377 add a multiplication operation
Add a member-function which performs multiplication of two float point
digits.

Signed-off-by: Sergii Piatakov <sergii.piatakov@globallogic.com>
2024-10-10 18:43:08 +03:00
Sergii Piatakov bffd2aad57 fix truncation error
To convert float to integer the truncation is performed, but the
rounding is expected.

Test: Add (4.9, 4.9) should return 10.
Signed-off-by: Sergii Piatakov <sergii.piatakov@globallogic.com>
2024-10-10 18:36:33 +03:00

Diff Content Not Available