Indagamos en diferentes espacios para darte la solución a tu duda, si continúas con preguntas deja tu pregunta y te responderemos sin falta, porque estamos para ayudarte.
Ejemplo 1: sine python
import math
math.sin()#sine function | Note this function won't work without a number between the parentheses#In Practice:
ans = math.sin(90)print(ans)
Ejemplo 2: la función sin en python tiene valores en radianes
math.sin(value)# value must be in radians ,1 degree = 0.0174533 radians
Ejemplo 3: función ceil en python
import math
print(math.floor(5.3))
output =6
Si haces scroll puedes encontrar los comentarios de otros creadores, tú aún puedes dejar el tuyo si lo deseas.
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)