Files
guru/dev-python/trianglesolver/metadata.xml
2026-02-26 21:04:30 +08:00

21 lines
797 B
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>vowstar@gmail.com</email>
<name>Huang Rui</name>
</maintainer>
<upstream>
<remote-id type="pypi">trianglesolver</remote-id>
</upstream>
<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>
</pkgmetadata>