about summary refs log tree commit diff stats
path: root/.gitignore
blob: 4581dc458211df8b1b80def1ceb1ea8027ed4c81 (plain) (blame)
1
2
3
a.*
*.img
labels
/span>c = (f-32) * 5/9 def fahrenheit-to-celsius [ local-scope f:number <- next-ingredient tmp:number <- subtract f, 32 tmp <- multiply tmp, 5 c:number <- divide tmp, 9 return c ]