Can anyone please tell me how can i represent epsilon in javaCC for
Exp -> a Exp | epsilon
1 reply to this topic
#1
Posted 16 January 2011 - 07:05 AM
|
|
|
#2
Posted 16 January 2011 - 01:39 PM
Are you talking about the calculus epsilon? the one from mathematics?
Epsilon - Wikipedia, the free encyclopedia
if you are just represent it as a small float/double
float epsilon = 0.0000000001;
Epsilon - Wikipedia, the free encyclopedia
if you are just represent it as a small float/double
float epsilon = 0.0000000001;
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account


Back to top









