Function Integer from ginac
Brief description
Integer(number:String):ex
Creates a GiNaC integer expression from string More ...
Function information
| Name: | Integer |
| Base: | |
| Group: | GiNaC plugins:Numeric |
| Icon: | ginac.png |
| Color: | cyan |
| Authors: | Aless Lasaruk |
| Copyright: | (c) 2010 Aless Lasaruk |
Detailed description
Creates a GiNaC integer expression from string.
Input parameters
-
number:
String
- Floating point number
Return values
-
Default return value:
ex
- New GiNaC expression
