next up previous contents index
suivant: Rational approximation : float2rational monter: Other functions précédent: Test if a variable   Table des matières   Index


Numeric evaluation : evalf

evalf takes as argument an expression or a matrix.
evalf returns the numeric value of this expression or of this matrix.
Input :
evalf(sqrt(2))
Output :
1.41421356237
Input :
evalf([[1,sqrt(2)],[0,1]])
Output :
[[1.0,1.41421356237],[0.0,1.0]]



giac documentation written by Renée De Graeve and Bernard Parisse