1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/math
Kriyszig 801e06318f Factorial doesn't accept negative numbers
Previously factorial could accept negative number which isn't defined
2019-07-04 12:59:06 +02:00
..
fraction_test.v Added support for Fractions 2019-07-03 16:07:59 +02:00
fraction.v math: adopted i64 in Fraction and typo fixed 2019-07-03 21:50:54 +02:00
math_test.v math: digits function; SqrtTau; extra spaces; re writed doc's to correct form; test for factorial 2019-07-02 19:19:02 +02:00
math.v Factorial doesn't accept negative numbers 2019-07-04 12:59:06 +02:00