Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python numphy how to use fractions

from fractions import Fraction
num1=Fraction(1, 3)
num2=Fraction(1, 7)
print(num1*num2)
 
PREVIOUS NEXT
Tagged: #python #numphy #fractions
ADD COMMENT
Topic
Name
1+3 =