Skip to content
Snippets Groups Projects

Add optional event views

Merged Whitney Armstrong requested to merge views_update into master
14 files
+ 407
63
Compare changes
  • Side-by-side
  • Inline
Files
14
+ 19
19
#!/bin/bash
#!/bin/bash
#trignometry
#trignometry
sin ()
#sin ()
{
#{
echo "scale=5;s($1)" | bc -l
# echo "scale=5;s($1)" | bc -l
}
#}
#
add ()
#add ()
{
#{
echo "scale=5;$1 + $2" | bc -l
# echo "scale=5;$1 + $2" | bc -l
}
#}
#
cos ()
#cos ()
{
#{
echo "scale=5;c($1)" | bc -l
# echo "scale=5;c($1)" | bc -l
}
#}
#
tan ()
#tan ()
{
#{
echo "scale=5;s($1)/c($1)" | bc -l
# echo "scale=5;s($1)/c($1)" | bc -l
}
#}
function print_the_help {
function print_the_help {
Loading