Re: Is there a cleaner way to convert an expression to float ?
"Igor Khavkine" <[email protected]>
| Newsgroups | gmane.comp.mathematics.axiom.general |
|---|---|
| Message-ID | <[email protected]> |
On 18 Apr 2006 19:44:49 +0200, Francois Maltey <[email protected]> wrote: > Hello, > > How can I convert an expression as sin (%pi/5) to a float ? (1) -> numeric(sin(%pi/5)) (1) 0.5877852522 9247312917 Type: Float Igor