-
Notifications
You must be signed in to change notification settings - Fork 0
/
theta-functions.cabal
34 lines (23 loc) · 1011 Bytes
/
theta-functions.cabal
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
31
32
Name: theta-functions
Version: 1.0.1
Cabal-version: >= 1.6
Synopsis: Theta-functions implemented as trigonometric series
Description:
Small and simple library for computing values of Theta functions.
They're the special functions of two variables. Described very well at <https://en.wikipedia.org/wiki/Theta_function>.
Library exports four theta-functions and a small helper to calculate their second parameter.
Theta functions are functions of Complex variables, FYI.
License: PublicDomain
License-file: LICENSE
Author: Mark Safronov a.k.a. hijarian
Maintainer: [email protected]
Category: Math
Build-type: Simple
Homepage: https://github.com/hijarian/theta-functions
Extra-source-files: README.md
Library
Exposed-modules: Numeric.Functions.Theta
Build-Depends: base >= 4.3.1.0 && < 5
Source-repository head
type: git
location: [email protected]:hijarian/theta-functions.git