This is a chat bot for math calculator on facebook
clone this repo
cd into the directory
run npm install
config config.js
file
var fb_email = "your_email"
var fb_password = "your_password"
npm start
2+2 // 4
1+12-60/2 // -17
round 3 // 2.718
atantwo(3, -3) // 0.75 (ATAN2(3,-3)/math.pi )
log(10000, 10) // 4
sqrt(-4) // 2i
result :
- Add Math.pow
- Add Math.derivative