After building Axiom from a recent version of wh-sandbox
(revision 580) I get the following error. The first draw
command works fine but simpler examples fail:

(1) -> draw(sin(x*y),x=-5..5,y=-5..5)
   Compiling function %H with type (DoubleFloat,DoubleFloat) ->
      DoubleFloat
   Transmitting data...

   (1)  ThreeDimensionalViewport: "sin x*y"
                                               Type:
ThreeDimensionalViewport
(2) -> draw(sin(x),x=-5..5)
   Compiling function %J with type DoubleFloat -> DoubleFloat

   >> Error detected within library code:
   Not an integer

(2) -> draw(sin(x),x=-5.0..5.0)
   Compiling function %L with type DoubleFloat -> DoubleFloat

   >> Error detected within library code:
   Not an integer

(2) -> draw(sin,-5.0..5.0)

   >> Error detected within library code:
   Not an integer

------

I can find examples of similar failures by running the
graphics examples in hyperdoc.

Can anyone else reproduce this?

Regards,
Bill Page.




_______________________________________________
Axiom-developer mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/axiom-developer

Reply via email to