Function ex from ginac
Brief description
ex(identifier:Identifier):ex
Creates a GiNaC expression from an identifier More ...
Function information
| Name: | ex |
| Base: | ex |
| Group: | GiNaC plugins:Expressions |
| Icon: | ginac.png |
| Color: | cyan |
| Authors: | Aless Lasaruk |
| Copyright: | (c) 2010 Aless Lasaruk |
Detailed description
Creates a GiNaC expression from an identifier.
Input parameters
-
identifier:
Identifier
- Object to transform to an expression
Return values
-
Default return value:
ex
- New GiNaC expression
