A simple PoshBot for running some basic calculations.
This module is not yet available in the PowerShell Gallery. In the mean time, download and extract the .zip file.
Once you have the module installed, you can install the plugin from within PoshBot:
!ip poshbot.calculator
- c
- sqrt
!c 8+2
10
!c 5^2
25
This module is under development with the intention to create simple calculator functions in PoshBot (https://github.com/poshbotio/poshbot).