1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
Subhomoy Haldar 8759409a69
math.big: fix min i32 value bug (#17775)
* attempt big int min value fix

* cast value for correct comparison

* update edge case

* add one more test
2023-03-26 08:45:42 +03:00
..
2022-01-04 12:21:12 +03:00
2022-05-14 21:06:38 +03:00
2022-05-20 08:45:54 +03:00
2022-05-20 08:45:54 +03:00
2022-05-20 08:45:54 +03:00
2022-05-20 08:45:54 +03:00
2022-01-04 12:21:12 +03:00
2021-10-08 17:44:55 +03:00
2021-10-08 22:07:44 +03:00
2022-05-20 08:45:54 +03:00
2022-05-20 08:45:54 +03:00
2022-05-20 08:45:54 +03:00
2022-05-20 08:45:54 +03:00
2022-05-20 08:45:54 +03:00
2021-10-08 22:07:44 +03:00
2022-01-04 12:21:12 +03:00

Description:

math provides commonly used mathematical functions for trigonometry, logarithms, etc.