How (if it is possible) to AUTOload user functions?
87 views
Skip to first unread message
Rafa Mat
unread,
Jul 6, 2023, 6:02:09 AM7/6/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to speedcrunch
For example.
lcm(n1;n2)=n1*n2/gcd(n1;n2)
Stephen Meech
unread,
Nov 16, 2023, 2:21:58 PM11/16/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to speedcrunch
If you set the option: Settings: Behaviour: Save History on Exit, SpeedCrunch reloads your user functions on restart. In fact, turning it off or deleting ~/.local/share/SpeedCrunch/history.json are the only methods I've found so far for deleting user functions.