====== Numeric ======
----
====Description====
* ''Numeric'' gives the numerical value of expression.
====Examples====
Evaluate numerically:
println Numeric >> '1/9'.t
> 0.1111111111111111
println Numeric >> 'a*Sin[1/9]'.t
> 0.11088262850995298 * a
====See also====
* Related guides: [[documentation:guide:applying_and_manipulating_transformations]], [[documentation:guide:list_of_transformations]]
* JavaDocs: [[http://api.redberry.cc/redberry/1.1.9/java-api/cc/redberry/core/transformations/ToNumericTransformation.html| ToNumericTransformation]]
* Source code: [[https://bitbucket.org/redberry/redberry/src/tip/core/src/main/java/cc/redberry/core/transformations/ToNumericTransformation.java|ToNumericTransformation.java]]