Welcome Guest! [Login][Register]

Math Chip and Graphing Calculator ( 15.69 KB ) - Download

Created By: Walker @ M*U*S*H
Submitted By: Walker
Submitted On: 2008-07-12
Last Updated: 2008-07-12
Downloads: 355
Rating: 0

Description:
Math Chip contains routines for converting and calculating mathematical expressions, from as simple as 2+2 to as complex as E^(2PI)*sin(PI/(2+A)). It is not really intended for use directly, but to be parented to any object that needs to use math expressions. For one-offs, it also allows you to use u(math chip/rpn_to_softcode,u(math chip/convert,)) to get a softcode expression equal to your math expression. Graphing Calculator Parent: This provides an interface to the Math chip: calc will give you the result, mushcalc will give you the softcode equivalent. It also allows you to plot your functions by using the special variable X. Here's a sample to get you started: Graph a bunch of 3d6 dice rolls: > range 0-20,2-19 > graph 3d6 Graph sin, cos and tan: > range -10-10,-2-2 > graph tan(X) cos(X) sin(X)