Cours
Cours
Compilateur de code
Compilateur de code
Discuter
Équipes
Se connecter
S'inscrire
Menu
Discussions Q&R
Chercher
Chercher
Poser une question
Poser une question
Roots In Python
python
python3
1 Vote
9 Réponses
23rd May 2020, 5:49 PM
Ahmad Tarek
CHALLENGE✋: Integers, roots and division
challenge
divisible
maths
15 Votes
29 Réponses
28th Dec 2017, 9:10 AM
Ledio Deda
Roots in C++
c++
challenge
root
roots
0 Vote
1 Réponse
13th May 2018, 4:55 PM
Stef Spooren
How to find roots of polynomial roots in java ?
arrays
0 Vote
1 Réponse
27th Jul 2018, 6:13 AM
Diva Mishra
Powers and Squares Roots
//c
powers
square_roots
0 Vote
1 Réponse
21st Feb 2021, 10:20 AM
Madubuike David
How do i do roots in python?
math
python
root
1 Vote
3 Réponses
3rd May 2020, 10:52 PM
Alemir
How to find square roots in Java?
java
1 Vote
2 Réponses
4th Apr 2018, 9:39 PM
Ethan
How to find nth roots of a complex number?
c++
complex_numbers
8 Votes
9 Réponses
13th Apr 2017, 10:41 AM
Solo Wanderer 4315
To Know The Roots Of A Quadratic Equation.
equation
quadratic
roots
0 Vote
5 Réponses
17th Jun 2018, 7:43 AM
YADLAPALLI KRISHNA VAIBHAV
What's the command for square roots in python?
python
0 Vote
3 Réponses
15th Mar 2022, 10:59 AM
Gonçalo Vicente
Cube roots in c without using the cbrt () function
c
programming
1 Vote
6 Réponses
30th Dec 2020, 8:56 PM
Wanjala Stephen
Can anyone explain the algorithm to find cube roots
algorithm
cuberoots
1 Vote
3 Réponses
9th Aug 2019, 2:50 PM
Nitesh Swarnakar
Write a program to find roots of a polynomial equation
c
math
0 Vote
8 Réponses
3rd Apr 2019, 6:49 PM
George
Program to find all possible real roots of quadratic equation.
python
0 Vote
5 Réponses
20th Sep 2018, 2:30 PM
Akshita Rawat
What about roots sqare and cubic? Are them operators too?
operators
2 Votes
3 Réponses
25th Feb 2018, 10:51 PM
E González
[Challenge ] A Simple challenge ... Find the roots of a quadratic equation
c
c++
css
html
java
jquery
python
ruby
12 Votes
6 Réponses
3rd Feb 2018, 4:59 PM
VISHAL SRIVASTAVA
How do we find the two roots of a quadratic equation using c programming
data-types
3 Votes
5 Réponses
30th May 2019, 6:18 AM
Jesse
What about this code ? Any suggestion for getting complex roots also.
c++
quadratic
roots
6 Votes
2 Réponses
12th Jun 2017, 7:46 AM
Sahil Choudhary
input 3 coefficients of a quadratic equation and find the roots
c++
0 Vote
3 Réponses
18th Jan 2018, 9:00 AM
The Reason Why
Can someone tell me the easiest code to find roots of a quadratic equation in c?
c
11 Votes
14 Réponses
10th Feb 2019, 4:36 PM
Sharon Shelton
Why this code return negative roots if i input a, b,c as 1 5 6
help
please
4 Votes
7 Réponses
28th Mar 2020, 5:30 AM
Wade
How to find sqrt roots of an quadratic equation in c++
code
i
it's
want
0 Vote
2 Réponses
21st Jan 2018, 7:27 PM
Ankit Verma
How can I design an algorithm for calculating n roots of a polynomial?
c++
1 Vote
5 Réponses
11th Jun 2017, 4:03 PM
Solo Wanderer 4315
Write a c++ program that calculates roots of a quadratic equation
abstract-classes
-1 Vote
1 Réponse
6th Nov 2019, 8:20 AM
Kenneth Mwangi
How can i add square and square roots to this code example in the description
code
codeplayground
hard
help
math
python
root
squares
1 Vote
5 Réponses
26th Aug 2023, 8:27 AM
P A Arrchith Iyer
Write a python code in finding the roots of a quadratic equation?
python
0 Vote
1 Réponse
1st Oct 2021, 9:48 AM
Saurav Singh
How can I make a JavaScript code that can find square roots of negative numbers?
javascript
math
1 Vote
2 Réponses
18th May 2019, 9:19 PM
Henry Viyuyi
find all possible roots of an equation of the form ax + by + cz = d
python3
0 Vote
8 Réponses
31st Oct 2017, 4:29 PM
Daniyar
Is it possible to write a program to find roots of a polynomial?
cpython
python
python3
0 Vote
1 Réponse
7th Jan 2017, 10:21 PM
Mohammad Amin Khanpour
How to use algebraic formula to find the roots of the quadratic equation in C ?
c
clanguage
cprogramming
html
python
0 Vote
2 Réponses
28th Jan 2021, 7:40 AM
Avatar
Could u write a program to find the roots of a quadratic equation in C language
program
steps
1 Vote
2 Réponses
12th Sep 2018, 1:13 AM
Jishnu Jagadeesh
How do I find the cube and cube root of a number without importing any module in PYTHON?.
and
cube
cubes
roots
-4 Votes
12 Réponses
24th Dec 2017, 2:22 AM
Vishwatma Bhat
anyone who can help me fix this c++ code,kindly? It was to solve the real roots of a quadratic equation.
#c++
1 Vote
3 Réponses
13th Aug 2021, 4:35 PM
Alexender Mwaniki
C# - I need to create a program to calculate square roots without using Math.sqrt or any square root method (or math library).
c
c#
roots
square
3 Votes
3 Réponses
19th Oct 2019, 3:10 PM
DIY Mods
Write a code in C++, which should take the input in the form of a, b and c from user (if user enters a = 0, then an error should
c++
maths
roots
0 Vote
1 Réponse
8th Sep 2016, 5:15 PM
rehan altaf
Hi i was having trouble make a c++ program that finds any root of any numberI know how to do square roots but i want to do for
c++
0 Vote
9 Réponses
2nd Mar 2022, 3:44 PM
Black Chicken
Does any number raise to float mean that, I can use exponents to calculate the all roots (sqrt,cbrt, and others) of a number🤔?
quotent_in_python
0 Vote
1 Réponse
2nd Apr 2022, 5:20 PM
Bisrat Kifle
an eqn of the form ax²+bx+c=0 known as quadratic equation . the values of x that satisfy the eqn are known as roots of the eqn
c++
0 Vote
2 Réponses
22nd Sep 2016, 2:09 AM
Meena
Poser une question
Poser une question
Poser une question
Poser une question
Aujourd'hui en vedette
Help please?
4 Votes
How to get better with problem-solving and programming
1 Votes
Ejercicio Pytho
0 Votes
Odd even threads without condition variable
0 Votes
What is that z for
0 Votes
Bug on "Java for Beginners Module 3 Quiz"
1 Votes
Suggestions needed
4 Votes
Game development
0 Votes
Write a program to find the strings are in isogram or not
0 Votes
Ruby programming?
3 Votes