Skip to content

Commit c927406

Browse files
Create CITATION.cff
1 parent 5ed23c2 commit c927406

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CITATION.cff

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
cff-version: 1.2.0
2+
message: "If you use this software, please cite it as below."
3+
identifiers:
4+
- description: "A high-performance floating point type for accurate extended precision math."
5+
authors:
6+
- given-names: Jeffrey A. Sarnoff
7+
family-names: Sarnoff
8+
9+
affiliation: The Julia Community
10+
orcid: 'https://orcid.org/0000-0001-9159-1667'
11+
title: "DoubleFloats.jl"
12+
version: 1.2.2
13+
type: software
14+
repository-code: "https://github.com/JuliaMath/DoubleFloats.jl"
15+
date-released: 2022-06-25
16+
url: "https://juliamath.github.io/DoubleFloats.jl/stable
17+
license: MIT
18+
license-url: "https://opensource.org/licenses/MIT"

0 commit comments

Comments
 (0)