evaluate sin(x) in terminal
Write a shell script that calculates suumation of ( sqtr(sin(x)) ) for x =1 to n, where n is user input. I'm unable to evaluate sin(x) using any command tools in terminal.
Any reply will be highly obliged.