QuickGrapher
Instructions
Simply click parse equation, and all variables become dynamic html5 sliders.
Each graph is a snapshot of the current equation for all ranges of that variable.
Equation:
0
=
0
Adjust Variables
Realtime Updating
(may cause browser to lag!)
0
Fun Examples To Load In:
Sine and Cos Waves Fun
Typical Bill Calculator
Simple Nested Functions With Multiple Arguments
Copy the below Equation Hash to continue editing your equation later.
Paste any Equation Hash here and click Load to Continue editing.
Check to enable dynamic graph updates for all graphs (Can be Very Processor Intensive)
Fun Examples To Load In:
Sine and Cos Waves Fun
Typical Bill Calculator
Simple Nested Functions With Multiple Arguments
Functions Implemented:
sin
asin
cos
acos
tan
atan
* (multiplication)
+ (addition)
- (negation/minus)
^ (power)
/ (divison)
% (percentage)
sum(n1, n2, n) (sum of all numbers)
medium(n1, n2, n) (average/medium of all numbers)
min(n1,n2,n) (lowest of all numbers)
max(n1,n2,n) (greatest of all numbers)
less(n1,n2) (returns 1 if n1 < n2, 0 if not)
greater(n1,n2) (returns 1 if n1 > n2, 0 if not)
euler(n) (returns euler's number * passed in value)
factorial(n) (returns the nth factorial)
natlogten(n) (returns the natural logarithm of 10 * passed in value)
natlog(n) (returns the natural logarithm of 2 * passed in value)
logtwoe(n) (returns the base-2 logarithm of E * passed in value)
logtene(n) (returns the base-10 logarithm of E * passed in value)
pi(n) (returns pi * passed in value)
abs(n) Returns the absolute value of x
ceil(n) Returns n, rounded upwards to the nearest integer
exp(n) Returns the value of En
floor(n) Returns n, rounded downwards to the nearest integer
log(n) Returns the natural logarithm (base E) of n
random(n) Returns N * a random number between 0 and 1
round(n) Rounds n to the nearest integer
sqrt(n) Returns the square root of n
fibonacci(n) Returns the fibbonacci of n
nextprime(n) Returns the next prime number after n