Skip to content
Snippets Groups Projects

Draft: Resolve "Trigger detector benchmarks"

Closed Whitney Armstrong requested to merge 65-trigger-detector-benchmarks into master
Files
3
@@ -6,10 +6,10 @@
# echo "scale=5;s($1)" | bc -l
#}
#
#add ()
#{
# echo "scale=5;$1 + $2" | bc -l
#}
add ()
{
echo "scale=5;$1 + $2" | bc -l
}
#
#cos ()
#{
Loading