You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Note: Due to a current bug in the interpreter, using this macro temporarily requires also importing the `A‼` macro from this library.
553
-
#
554
550
# Takes two functions and two values.
555
551
# - The first function should take a time value and a state vector and output the derivative of the state vector.
556
552
# - The second function should take anywhere from 1 to 4 arguments and return 0 or 1 for whether to continue simulating. Based on how many inputs the second function takes, it will be passed:
@@ -609,8 +605,6 @@ OdeT‼ ← (
609
605
610
606
# Numerical integrator
611
607
#
612
-
# Note: Due to a current bug in the interpreter, using this macro temporarily requires also importing the `A‼` macro from this library.
613
-
#
614
608
# Takes a function and two values.
615
609
# The function should take a time value and a state vector and output the derivative of the state vector.
0 commit comments