Nth Root ဂဏန်းတွက်စက်
နံပါတ်၏ စတုရန်း၊ ကွမ်တမ်၊ သို့မဟုတ် nth root ကိုရှာပါ
သင်ရိုက်ထည့်သလိုရလဒ်များကို update လုပ်ပါ
ဤဂဏန်းတွက်စက်အကြောင်း
the value and the degree n, and it returns the root along withacheck 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 (likeasquare root of −4) have no real value, so the tool reports "
မေးလေ့ရှိသောမေးခွန်းများ
နံပါတ်၏ nth root ကိုသင်ဘယ်လိုရှာတွေ့ပါသလဲ
1/n ၏စွမ်းအားကိုအရေအတွက်ကိုမြှင့်တင်ရန်. 27 ၏ကွမ်တမ် root ကို 27^ (1/3) =3ဖြစ်ပါသည်, အကြောင်း3×3×3= 27.
သင်က ဆိုးရွားတဲ့ နံပါတ်ရဲ့ တူညီတဲ့ root ကိုယူနိုင်မလား။
တကယ့်နံပါတ်များအတွင်းတွင်မဟုတ်ပါ -4၏တကယ့်စတုရန်း root မရှိပါ။ ဆိုးရွားသောအရေအတွက်များ၏ထူးခြားသော roots များကောင်းစွာဖြစ်ကြသည်: -8 ၏ကွမ်တမ် root သည် -2ဖြစ်သည်။
27 ၏ကွမ်တမ် root ကိုဘာလဲ?
27^(1/3) =3ဖြစ်သည်,3က power ကို3ပေး 27 ကြောင့်3ကိုတက်ကြွစေခြင်းငှါ.
"Check" လိုင်းကို ဘယ်လိုလုပ်လဲ?
ဒါဟာ power ကို n ကိုပြန်လာဖို့ computed root ကိုမြှင့်တင်. ဒါဟာသင့်ရဲ့မူလတန်ဖိုးကိုပြန်ပေးလျှင်, root ကိုမှန်ကန်သည် - 27 ၏ကွမ်တမ် root ကိုများအတွက်3^3= 27 သူကပြသ.
ဒီ tool နဲ့ စတုရန်း root ကို ဘယ်လိုရှာရမလဲ။
2. 6√2 ကဲ့သို့ရိုးရှင်းသော radical form ကိုများအတွက်, အစားအထူး square root calculator ကိုအသုံးပြုပါ။
1 ၏ nth root ကိုဖြစ်ပါသည်
1 ၏ nth root ကိုအမြဲတမ်းမည်သည့်အဆင့်အတွက် 1 ဖြစ်ပါသည်, 1 ကတည်းကမည်သည့် power ကို 1 ဖြစ်ပါသည်တက်ကြွ။
API ကို — code ကိုမှဤဂဏန်းတွက်စက်ကိုအသုံးပြု
အခမဲ့ JSON endpoint အဖြစ်ဤဂဏန်းတွက်စက်ကိုခေါ် - လိုအပ်သော key ကိုမရှိ. query parameters တွေကိုသို့မဟုတ် JSON အဖြစ်အောက်ပါ Field Values ကိုပို့. ပြည့်စုံသော 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);
ရလဒ်များသာယေဘုယျလမ်းညွှန်မှုများအတွက်ခန့်မှန်းချက်ဖြစ်ကြသည်, မငွေကြေး, ဆေးဘက်ဆိုင်ရာသို့မဟုတ်အခွန်အကြံပေးချက်.