Please don't sent html to the list and in particular for code, it's better to have attachments.
On 04/21/2015 10:50 PM, mechvel wrote: > I write in FriCAS 1.2.5 > > --- approxIntegral.spad > ------------------------------------------------------------------- > > )abbrev package APPRINT ApproxIntegrate > > ApproxIntegrate : Exports == Implementation where > > Exports == with > integr : (Float, Float, Float; Float -> Float) -> Float There should be no semicolon in the above line. Replace it by a comma. Ralf -- You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/fricas-devel. For more options, visit https://groups.google.com/d/optout.
