You can add, remove, or configure this plugin in the latest versions of Do by clicking the arrow at the upper right corner of Do's window and selecting Preferences.
|
Calculate Plugin
Description
Calculate is a plugin for preforming calculations with Do. It can perform both arithmetic and scientific calculations.
- Supported scientific functions include:
Numberic
- sign() -- returns the sign of a number
- abs() -- absolute value
- ceil() -- rounds to the next highest integer
- floor() -- rounds to the next lowest integer
Exponential
- exp() -- exponential function
- sqrt() -- square root
Logerithmic
- log() -- common logarithm
- ln() -- natural logarithm
Trigonometric
- sin() -- sine
- cos() -- cosine
- tan() -- tangent
Inverse Trigonometric
- asin() -- arcsine
- acos() -- arccosine
- atan() -- arctangent
Hyperbolic
- sinh() -- hyperbolic sine
- cosh() -- hyperbolic cosine
- tanh() -- hyperbolic tangent
Angles can be evaluated as either degree, radian, or gradian.
Usage
Examples
Author
This plugin was created by Joe Hillenbrand