ari-goldman / ascii-functions

I like making graphing things for some reason... so I thought I would to test my front end skills!

Home Page:https://ari-goldman.github.io/ascii-functions/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to use

Refresh the page to to get a random preset function

Click on the current function at the top to edit it - you can use many math functions:

  • basic math operators (+ - * / ^)
  • sin(x), cos(x), tan(x)
  • x mod y
  • ln(x)
  • abs(x)
  • sign(x)
  • ceil(x) and floor(x)
  • round(x)
  • rand - this will return a random number in (0,1) every tick
  • E - euler's constant
  • PI - π

note: all functions must be functions of x

About

I like making graphing things for some reason... so I thought I would to test my front end skills!

https://ari-goldman.github.io/ascii-functions/


Languages

Language:JavaScript 76.1%Language:CSS 15.3%Language:HTML 8.6%