On Tuesday, April 18, 2023 at 3:59:30 PM UTC-6 aw wrote:

... the user-supplied string "RealLazyField(200)(e^1.1)"...


Whoops, typo: initially I had RealField there, and that syntax is right.
Then I changed RealField to RealLazyField, to emphasize that the problem 
applies equally to it.
But I forgot to change the syntax.

Instead of RealLazyField(200)(e^1.1), it should be 
"RealLazyField()(e^1.1).numerical_approx(200)".
Instead of "RealLazyField(200)(e^(11/10))", it should be 
RealLazyField()(e^(11/10)).numerical_approx(200)".

Sorry for that, was in a rush.

-aw

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/7d21119d-889f-475d-9377-14920fd8ee00n%40googlegroups.com.

Reply via email to