XtotheX.frink

Download or view XtotheX.frink in plain text format


// Simple example of graphing x^x

g = new graphics

for x=-2 to 2 step 1/101
   g.fillRectCenter[x,-x^x,1/101,1/101]

//g.write["xsimple.svg", 400, 400]
g.show[]   


Download or view XtotheX.frink in plain text format


This is a program written in the programming language Frink.
For more information, view the Frink Documentation or see More Sample Frink Programs.

Alan Eliasen was born 19967 days, 13 hours, 7 minutes ago.