Kalkulator
@ action
@ action
[Translation temporarily unavailable. Please try again.]
you are buying a gravel or aggregate, you can use the gravel calculator to calculate the weight, bags, and cost of the gravel or aggregate you need to fill an area to a given depth. The calculator will then calculate the weight, bags, and cost of the gravel or aggregate you need to fill an area to a given depth. The calculator will then calculate the weight, bags, and cost of the gravel or aggregate you need to fill an area to a given depth. The calculator will then calculate the weight, bags, and cost of the gravel or aggregate you need to fill an area to a given depth. The calculator will then calculate the weight, bags, and cost of the gravel or aggregate you need to fill.WorkedWork
Tambayoyi da ake yi da yawa
Shin, ina ne mafi zurfin wani layin dutse?
@ action
Menene nauyin yarin kwalba na dutse?
@ label
Shin, zan sayi dutse a cikin jakunkuna ko a cikin yammaci?
@ action: button
Menene yawan tan na dutse da nake buƙata don wani hanya?
@ action
Ta yaya zan canza kubit yards na dutse zuwa tonnes?
Yi ninka yards na cubic da yawan gaske a cikin tonne a kowace yards na cubic. Dimba 1.4 na dace da duwatsu masu kama da juna; dutsen pea yana da haske (a kusa da 1.25-1.4) kuma dutsen mai ruwa ko mai yawa yana da nauyi (zuwa 1.7). Ka daidaita filin yawan gaske don ya dace da kayanka.
Shin, nau'in dutsen da aka canza zai canza adadin da nake buƙata?
@ action
[Translation temporarily unavailable. Please try again.]
[Translation temporarily unavailable. Please try again.] [Translation temporarily unavailable. Please try again.] →
QDialogButtonBox
GET https://calculator.free/api/v1/gravel/
curl
curl "https://calculator.free/api/v1/gravel/?length=20&width=10&depth=2"
JavaScript fetch()
const r = await fetch(
"https://calculator.free/api/v1/gravel/?" + new URLSearchParams({
"length": "20",
"width": "10",
"depth": "2"
}));
const data = await r.json();
console.log(data.results);
@ action: inmenu