summaryrefslogtreecommitdiff
path: root/dev-python/trianglesolver/metadata.xml
blob: b2e05e067e9e2b35e63ab6d652c86c44391ddf6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
<pkgmetadata>
 <maintainer type="person">
  <email>vowstar@gmail.com</email>
  <name>Huang Rui</name>
 </maintainer>
 <longdescription lang="en">
		trianglesolver is a simple Python library that attempts to solve triangles
		given partial information about sides and angles. It uses the law of sines
		and the law of cosines to compute missing values.
	</longdescription>
 <longdescription lang="zh">
		trianglesolver是一个简单的Python库,用于根据三角形的部分边和角信息
		来求解三角形。它使用正弦定律和余弦定律来计算缺失值。
	</longdescription>
 
 <origin>gentoo-guru-overlay</origin>
</pkgmetadata>