aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.21/src/math/cmplx/ya.make
blob: 26950e0f7535717ce47d003080c3c78276c4a2e9 (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
30
GO_LIBRARY()

SRCS(
    abs.go
    asin.go
    conj.go
    exp.go
    isinf.go
    isnan.go
    log.go
    phase.go
    polar.go
    pow.go
    rect.go
    sin.go
    sqrt.go
    tan.go
)

GO_TEST_SRCS(
    cmath_test.go
    huge_test.go
)

GO_XTEST_SRCS(example_test.go)

END()

RECURSE(
)