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

move compiler tests from compiler/ to v/

This commit is contained in:
Alexander Medvednikov
2020-03-27 18:01:46 +01:00
parent 95e67c9502
commit eed7c91e87
132 changed files with 18 additions and 18 deletions

View File

@ -321,4 +321,4 @@ pub fn aprox_cos(a f64) f64 {
a7 := 4.7196604604366623e-4
a8 := -1.8776444013090451e-5
return a0 + a * (a1 + a * (a2 + a * (a3 + a * (a4 + a * (a5 + a * (a6 + a * (a7 + a * a8)))))))
}
}