NumPy-style degree-based trigonometric helpers.
Project description
qalk
qalk re-exports NumPy's public API and adds degree-based trigonometric helpers.
Install
uv add qalk
Usage
from qalk import *
print(sind(30)) # 0.5
print(cosd(60)) # 0.5
print(arcsind(0.5)) # 30.0
print(arctan2d(1, 1)) # 45.0
The regular NumPy symbols are also available through the same import:
from qalk import array, pi, sin, sind
Development
uv sync --extra dev
uv run pytest
uv build
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
qalk-0.1.0.tar.gz
(26.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
qalk-0.1.0-py3-none-any.whl
(1.6 kB
view details)
File details
Details for the file qalk-0.1.0.tar.gz.
File metadata
- Download URL: qalk-0.1.0.tar.gz
- Upload date:
- Size: 26.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aa44b9003ec008b08929ad813523611560a72ff13c50c376a47446b3697d8915
|
|
| MD5 |
42ed577d112dcb08f168884811e8908b
|
|
| BLAKE2b-256 |
b8d16705e8175c1aba8be188d0adb8572edb033727e46bb43dcbffa8221d24ce
|
File details
Details for the file qalk-0.1.0-py3-none-any.whl.
File metadata
- Download URL: qalk-0.1.0-py3-none-any.whl
- Upload date:
- Size: 1.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cb6ce9ca4760761886eafcc4c4864364bcff726ebede9f25effb9a5730aec524
|
|
| MD5 |
1d6aab69476cb30b328a0fe8b3ffa2dc
|
|
| BLAKE2b-256 |
b9b676dbcbf6049219788a59f106141a13d6b0600343d8b46c9fac97cecdea34
|