Skip to content

sud218/calciSlackBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

In Slack Calculator

An elegant command line calculator for Slack

Installation

Click on Add to Slack button to install to your slack team.

Usage

Calc

Type /calc followed by any expression, normal or scientific, to evaluate.

  • /calc help - to know about usage and documentation
  • /calc 2 + 2 - returns 4
  • /calc (2.25 * 76.0) * 18 - returns 3078
  • /calc 8 ^ 2 - returns 64
  • /calc sin(2.0) - returns 0.909
  • /calc max(sin(2.0), tan(2.0)) - returns sin(2.0) i.e. 0.909

License

Normal MIT license, so go crazy!

Bug Reporting

Please add a new issue here