🧪 Skills
Calctool
Command-line calculator with scientific functions. Basic arithmetic, percentage calculations, unit conversions, tip calculator, loan payment calculator, and...
v1.0.0
Description
name: CalcTool description: "Command-line calculator with scientific functions. Basic arithmetic, percentage calculations, unit conversions, tip calculator, loan payment calculator, and scientific functions (sqrt, power, log, trig). Quick math from your terminal without opening a separate app." version: "1.0.0" author: "BytesAgain" tags: ["calculator","math","arithmetic","scientific","convert","finance","utility"] categories: ["Utility", "Productivity"]
CalcTool
Quick math from your terminal. Basic, scientific, and financial calculations.
Commands
eval <expression>— Evaluate math expressionpercent <value> <percent>— Calculate percentagetip <amount> [percent]— Tip calculatorloan <amount> <rate> <years>— Loan payment calculatorconvert <value> <from> <to>— Unit conversionsci <function> <value>— Scientific (sqrt/log/sin/cos/tan)
Usage Examples
calctool eval "2 * (3 + 4) / 5"
calctool percent 250 15
calctool tip 85.50 20
calctool loan 300000 6.5 30
Powered by BytesAgain | bytesagain.com
Reviews (0)
Sign in to write a review.
No reviews yet. Be the first to review!
Comments (0)
No comments yet. Be the first to share your thoughts!