generated from agdturner/ccg-v2d
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpaper.bib
44 lines (40 loc) · 1.28 KB
/
paper.bib
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
33
34
35
36
37
38
39
40
41
42
43
44
@misc{furey-space,
author = {N. FUREY},
title = {Introduction to the complex octonions},
year = {2021},
publisher = {Furey space},
journal = {Web site},
url = {https://www.furey.space/}
}
@misc{big-math,
author = {E. Obermühlner},
title = {big-math: Advanced Java BigDecimal math functions (pow, sqrt, log, sin, ...) using arbitrary precision.},
year = {2020},
publisher = {GitHub},
journal = {GitHub repository},
url = {https://github.com/eobermuhlner/big-math}
}
@misc{ccg-math,
author = {A. Turner},
title = {ccg-math: A modularised Java library with functionality: for fixed point and arbitrary precision arithmetic; matrices; getting prime numbers; and, generating pseudorandom numbers.},
year = {2021},
publisher = {GitHub},
journal = {GitHub repository},
url = {https://github.com/agdturner/ccg-math}
}
@misc{ccg-generic,
author = {A. Turner},
title = {ccg-generic: A modularised Java library with generic functionality.},
year = {2021},
publisher = {GitHub},
journal = {GitHub repository},
url = {https://github.com/agdturner/ccg-generic}
}
@misc{clipper2,
author = {A. Johnson},
title = {Clipper2 - Polygon Clipping and Offsetting.},
year = {2022},
publisher = {A. Johnson},
journal = {Website},
url = {http://www.angusj.com/clipper2}
}