װײַז קײן בילד
פֿונעם קװאַדראַטן, קױבעלע אױף אַ נומער
רעזולטאטן װי איר שרײַבט
װײַז די װײַז־פּראָגראַם
the value and the degree n, and it returns the root along with a check that raises the answer back to the nth power to confirm it lands on your original number. For example, the cube root of 27 is 27^(1/3) = 27, and the check shows 3 ^ 3 = 27. Odd roots of negative numbers are real and negative — the cube root of −8 is −2 — but even roots of negatives (like a square root of −4) report "no real root". For a square root with simpleRootsRoots appear in geometry, standard deviation, growth-rate averaging (the geometric mean) and physics. For a square root with simpleRoots are used in geometry, standard deviation, growth-rate averaging (the geometric mean) and physics.Roots are used in geometry, standard deviation, growth-rate averaging (the geometric mean) and physics.Roots are used in geometry, standard deviation, growth-rate averaging (the geometric mean) and physics.Roots are used in geometry, standard deviation, growth-rate averaging (the geometric mean) and physics.Roots are used in geometry, standard deviation, growth-rate averaging
פֿראַגעס
ווי אַזוי געפֿינען איר דעם נײטן װוּקס פֿון אַ נומער?
קלײַב אַלץ אױסselect-action
װיפֿל איז דער װײַטקייט פֿון אַ װײַטקייט־װירע?
ניט אין די אמתע נומערן — עס איז קײן קװאַרטרוק פֿון −4. אומלעקסיקע רוקטן פֿון נעגאַטיווע זענען גוט: דער קובאַקרוקט פֿון −8 איז −2
וואָס איז דער קובֿ־רוט פֿון 27?
27^(1/3) = 3, װײַל 3 אױף 3 װעט געבן 27.
ווי אַרבעט דער "צײַט־פֿאַרבינדן" שורה?
דאָס װײַזט אױס דעם באַטרעף פֿון דעם װײַז־פֿאַרב־
ווי אַזוי געפֿינען איך אַ קװאַרטרוק מיט דעם מכשיר?
באַשטעטיק דעם גרױס־גרײס n צו 2. פֿאַר אַ קלאָרער ראַקיל פֿאָרעם װי 6√2, ניצט דעם קװאַרטרוק־געלײגער
וואָס איז דער װיפֿל־רױט פֿון 1?
דער n־טער רוט פֿון 1 איז שטענדיק 1 פֿאַר אַ װײַטער גרײס, װײַל 1 אױסגערופֿן צו אַ װײַטער װידער איז 1
API — ניצע דעם קאַלקולאַטאָר פֿון קאָד
קלײַב אױס דעם קלײנער װי אַ פֿרײַן JSON סוף־פּונקט — קײן קלײַב ניט נייטיק. שיקן די פֿעלדער־באַטרעף אונטער דעם װי אַ פֿראַגע־פּאַראַמעטער אָדער JSON לייענען די גאַנץ API דאָקומענטאַציע →
סוף־פּראָצעס
GET https://calculator.free/api/v1/root/
curl
curl "https://calculator.free/api/v1/root/?value=27°ree=3"
JavaScript fetch()
const r = await fetch(
"https://calculator.free/api/v1/root/?" + new URLSearchParams({
"value": "27",
"degree": "3"
}));
const data = await r.json();
console.log(data.results);
רעזולטאטן זײַנען אָפּשאַצונגען נאָר פֿאַר אַלגעמיינע װײַזן, ניט פֿאַר פינאַנציעל, מעדיציניש אָדער באַדערפֿענישן