Usando il metodo sympy.ntheory.primetest.is_square()
, possiamo determinare se un intero è un quadrato perfetto o meno, che viene passato come parametro in sympy.ilcm ()
e restituisce un valore booleano.
Sintassi: sympy.ntheory.primetest.is_square (val)
Ritorno: Ritorno valore booleano.
Esempio n. 1:
In questo esempio, possiamo vederlo con sympy.ntheory.primetest.is_square ()
possiamo trovare che il tempo è intero se è un quadrato perfetto o meno, che viene passato come parametro.
# import sympy da sympy.ntheory.primetest import is_square < / p> # Usando il sympy.ntheory.primetest.is_square() metodo gfg = is_square ( 16 ) print (gfg) |
Output:
Vero
Esempio n. 2:
# import sympy da sympy.ntheory .primetest import is_square < br /> # Utilizzo del metodo sympy.ntheory.primetest.is_square () gfg = is_square ( 24 ) stampa (gfg) |
Output:
Falso
Ci auguriamo che questo articolo ti abbia aiutato a risolvere il problema. Oltre a Python | Metodo Sympy.ntheory.primetest.is_square ()., controlla altri argomenti relativi a Python functions.
Vuoi eccellere in Python? Consulta la nostra recensione dei migliori corsi online Python 2023. Se sei interessato alla scienza dei dati, controlla anche come imparare a programmare in R.
A proposito, questo materiale è disponibile anche in altre lingue:
Ken Wu
Berlin | 2023-01-30
Python functions è tutto un po' confuso 😭 Python | Metodo Sympy.ntheory.primetest.is_square (). non è l'unico problema che ho riscontrato. Controllato ieri, funziona!
Anna OConnell
Vigrinia | 2023-01-30
Semplice e chiaro. Grazie per la condivisione. Il mio punto debole è sempre stato il Python | Metodo Sympy.ntheory.primetest.is_square (). e altri problemi con il Python functions 😁. Non sono proprio sicuro che sia il metodo migliore
Xu Ungerschaft
Paris | 2023-01-30
Semplice e chiaro. Grazie per la condivisione. Il mio punto debole è sempre stato il Python | Metodo Sympy.ntheory.primetest.is_square (). e altri problemi con il Python functions 😁. Controllato ieri, funziona!
Shop
Learn programming in R: courses
$FREE
Best Python online courses for 2022
$FREE
Best laptop for Fortnite
$399+
Best laptop for Excel
$
Best laptop for Solidworks
$399+
Best laptop for Roblox
$399+
Best computer for crypto mining
$499+
Best laptop for Sims 4
$
Latest questions
PythonStackOverflow
Common xlabel/ylabel for matplotlib subplots
1947 answers
PythonStackOverflow
Check if one list is a subset of another in Python
1173 answers
PythonStackOverflow
How to specify multiple return types using type-hints
1002 answers
PythonStackOverflow
Printing words vertically in Python
909 answers
PythonStackOverflow
Python Extract words from a given string
798 answers
PythonStackOverflow
Why do I get "Pickle - EOFError: Ran out of input" reading an empty file?
606 answers
PythonStackOverflow
Python os.path.join () method
384 answers
PythonStackOverflow
Flake8: Ignore specific warning for entire file
360 answers
Wiki
Python | How to copy data from one Excel sheet to another
Common xlabel/ylabel for matplotlib subplots
Check if one list is a subset of another in Python
How to specify multiple return types using type-hints
Printing words vertically in Python
Python Extract words from a given string
Cyclic redundancy check in Python
Finding mean, median, mode in Python without libraries
Python add suffix / add prefix to strings in a list
Why do I get "Pickle - EOFError: Ran out of input" reading an empty file?
Python - Move item to the end of the list
Python - Print list vertically