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

math.fractions: add approximation.v and tests

This commit is contained in:
Hungry Blue Dev
2020-05-17 14:30:29 +05:30
committed by GitHub
parent 02fb393747
commit b138cadbcb
3 changed files with 302 additions and 0 deletions

View File

@ -1,3 +1,6 @@
// Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
// Use of this source code is governed by an MIT license
// that can be found in the LICENSE file.
import math.fractions
// (Old) results are verified using https://www.calculatorsoup.com/calculators/math/fractions.php