On Monday, April 3, 2017 at 10:05:08 PM UTC-5, Waldek Hebisch wrote: > > > Currently FriCAS does not support timeouts. You can compute > execution time by asking for current time: > > (8) -> elapsedUserTime()$Lisp > > (8) 43392 > > Note: you need to assign result to variable of type Integer to > do computation with it.
Can you please show how to do this? I still do not understand Fricas types. How does one define a variable of type integer? Can you please show the complete code to do this. I could not find any basic simple examples to follow. --Nasser > This value is normally in milliseconds, > but it depends on Lisp compiler used to compile FriCAS. > You can check time unit by: > > )boot $inverseTimerTicksPerSecond > > |$inverseTimerTicksPerSecond| > Value = 0.001 > > (it depends only on compiler, so it is enough to check it once). > > -- > > Waldek Hebisch > -- 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 https://groups.google.com/group/fricas-devel. For more options, visit https://groups.google.com/d/optout.
