KCharselect unicode block name
Find the straight-line distance between two points on a plane.
@ action
[Translation temporarily unavailable. Please try again.]
the distance formula, d = √((x₂ − x₁)² + (y₂ − y₁)²), is simply the Pythagorean theorem applied to a grid: the horizontal and vertical gaps are the two legs of a right triangle and the distance is the hypotenuse. Between (0, 0) and (3, 4), Δx = 3 and Δy = 4, so d = √(3² + 4²) = √(9 + 16) = √25 =
Tambayoyi da ake yi da yawa
Menene fom ɗin tsawo?
Ka ce: "Abin sani kawai, wannan wani abu ne mai sauƙi.
A'a
An yi amfani da wannan tsari ne domin a iya nuna cewa, a cikin tsarin da aka tsara, duk wani abu da ya kasance a cikin wani wuri, ko kuma a cikin wani lokaci, zai iya zama a cikin wani wuri na daban.
QFileDialog
Su ne bambance-bambancen tsayi da tsayi tsakanin maɓallu, x2 − x1 da y2 − y1 — ƙafafun biyu na tafarkin uku na dama bayan nisan.
Shin, kilin zai nuna maɓallin tsakiyar maɓalli?
@ action
QDialogButtonBox
QSoftKeyManager
QSoftKeyManager
Yanzu. Duk wani daidaitattun gaskiya suna aiki, ciki har da na-kasa da na-desa - kwancewar yana riƙe duk wani nisa na-positive.
[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/distance-two-points/
curl
curl "https://calculator.free/api/v1/distance-two-points/?x1=0&y1=0&x2=3&y2=4"
JavaScript fetch()
const r = await fetch(
"https://calculator.free/api/v1/distance-two-points/?" + new URLSearchParams({
"x1": "0",
"y1": "0",
"x2": "3",
"y2": "4"
}));
const data = await r.json();
console.log(data.results);
@ action: inmenu