963 shaares
4 results
tagged
calc
Appli Math GeoGebra avec Graphiques, Géométrie, 3D, Tableur, CAS et davantage
Dateutils are a bunch of tools that revolve around fiddling with dates and times in the command line with a strong focus on use cases that arise when dealing with large amounts of financial data.
The GNU date command in full of goodies but not when it comes to calculate a date or time difference. Here is what I came up with after looking to more than one solution. Code should be self explaining.
time echo "scale=10000; 4*a(1)" | bc -l
Pour le nombre d'or :
echo 'scale=10;(1 + sqrt(5))/2' | bc -l
from : http://alien.slackbook.org/blog/calculating-pi/
Pour le nombre d'or :
echo 'scale=10;(1 + sqrt(5))/2' | bc -l
from : http://alien.slackbook.org/blog/calculating-pi/