Compare commits

..

3 Commits

Author SHA1 Message Date
rhinemann 04c12a8daa Added Pow operation 2024-10-10 20:05:03 +03:00
rhinemann ad82668fad
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 20:05:02 +03:00
Sergii Piatakov ef3331a870
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 20:04:51 +03:00

Diff Content Not Available