We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As a user of the convert alfred workflow I want to be able to convert from frequency (Hz) to a period back and forth.
// Period (T) to Frequency (Hz)
Input: conv 5 s Hz Output: 0.2 Hz
Input: conv 0.25 s Hz Output: 4 Hz
Input: conv 1 ms Hz Output: 1000 Hz
// Frequency (Hz) to Period (T)
Input: conv 1000 Hz ms Output: 1 ms
The text was updated successfully, but these errors were encountered:
You need to define a Pint context in the custom definitions file.
Then you can use the context in conversions, as described in the README.
Sorry, something went wrong.
No branches or pull requests
As a user of the convert alfred workflow I want to be able to convert from frequency (Hz) to a period back and forth.
// Period (T) to Frequency (Hz)
Input: conv 5 s Hz
Output: 0.2 Hz
Input: conv 0.25 s Hz
Output: 4 Hz
Input: conv 1 ms Hz
Output: 1000 Hz
// Frequency (Hz) to Period (T)
Input: conv 1000 Hz ms
Output: 1 ms
The text was updated successfully, but these errors were encountered: