1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

gg: GG => Context

This commit is contained in:
Alexander Medvednikov
2020-06-04 20:26:18 +02:00
parent 926ffc8aa9
commit 13a7ce9e69
18 changed files with 33 additions and 33 deletions

View File

@ -177,4 +177,4 @@ fn test_phi_11_digits() {
fn test_phi_12_digits() {
assert fractions.approximate_with_eps(math.phi, 5.0e-13).equals(fractions.fraction(2178309,
1346269))
}
}

View File

@ -266,4 +266,4 @@ fn test_49_by_75_not_greater_than_2_by_3() {
f2 := fractions.fraction(2, 3)
assert !f1.gt(f2)
assert !f1.ge(f2)
}
}