aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/modernc.org/mathutil/ya.make
blob: 687c674f756dc640b71da3fd2f0303bf389285b9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
GO_LIBRARY()

LICENSE(BSD-3-Clause)

SRCS(
    binarylog.go
    bits.go
    envelope.go
    int.go
    mathutil.go
    permute.go
    poly.go
    primes.go
    rat.go
    rnd.go
    sqr.go
    tables.go
    test_deps.go
)

GO_TEST_SRCS(
    all_test.go
    binarylog_test.go
    int_test.go
)

END()

#RECURSE(gotest)