เครื่องคิดเลขราก N
ค้นหารังสีสองตัว, ลูกบาศก์ หรือรังสี n ของตัวเลข
ผลลัพธ์จะปรับปรุงเมื่อคุณพิมพ์
เกี่ยวกับเครื่องคิดเลขนี้
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 "noRootRoots appear in geometry, standard deviation, growth-rate averaging (the geometric mean) and physics. Foraplain square root with simplified radical form, use the dedicated square root calculator; this tool handles any degree you enter.RootsRoots 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 (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 (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.
คำถามที่ถามบ่อย
คุณหาราก n ของเลขได้ยังไง?
เพิ่มตัวเลขเป็นกำลัง 1/n รากสามเหลี่ยมของ 27 คือ 27^(1/3) =3เพราะ 3×3×3= 27
คุณเอารากคู่ของเลขลบได้ไหม
ไม่ใช่ในตัวเลขจริง - ไม่มีรากสองตัวของ -4 จริงๆ ใช้ได้กับรากคี่ของตัวเลขลบ เช่น รากสามเหลี่ยมของ - 8 คือ -2
รากสามเหลี่ยมของ 27 คืออะไร
มันคือ 27^(1/3) =3เพราะ3ยกขึ้นเป็นกำลังของ3ให้ 27
คำว่า "เช็ค" ทำงานยังไง
ปรับค่ารากที่คำนวณมาให้เป็นกำลัง n หากค่าเดิมกลับมาเป็นค่าที่คุณตั้งไว้ หมายความว่า รากถูกต้อง สำหรับรักลูกบาศก์ของ 27 จะมีค่าเป็น 3^3= 27
ฉันจะหารากสองตัวด้วยเครื่องมือนี้ได้ยังไง?
ตั้งค่าค่า n เป็น2สำหรับรูปแบบรากฐานที่เรียบง่าย เช่น 6√2 ให้ใช้เครื่องคำนวณรากสองตัวแทน
ราก n ของ 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);
ผลลัพธ์เป็นเพียงการประมาณการ สำหรับคำแนะนำทั่วไปเท่านั้น ไม่ใช่การเงิน การรักษา หรือคำแนะนำเกี่ยวกับภาษี