Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

Python Mathematics

import math

print(math.pi)

print(math.cos(math.pi))

print(math.exp(10))

print(math.log10(1000))

print(math.sinh(1))

print(math.factorial(6))
 
PREVIOUS NEXT
Tagged: #Python #Mathematics
ADD COMMENT
Topic
Name
1+7 =