Groups
Conversations
All groups and messages
Send feedback to Google
Help
Sign in
Groups
Jep Java Users
Conversations
About
Jep Java Users
1–30 of 174
Mark all as read
Report abusive group
0 selected
Daniel Gersten
, …
Niklas Hoffmann
15
Jan 19
Arrays in Jep Java
Hi Richard, thank you very much for the implementation. Especially evaluating each argument at the
unread,
Arrays in Jep Java
Hi Richard, thank you very much for the implementation. Especially evaluating each argument at the
Jan 19
Daniel Gersten
,
Richard Morris
2
10/25/22
Case-insensitive variables
There already is a com.singularsys.jep.misc.CaseInsensitiveVariableTable that probably fits the bill.
unread,
Case-insensitive variables
There already is a com.singularsys.jep.misc.CaseInsensitiveVariableTable that probably fits the bill.
10/25/22
Daniel Gersten
,
Richard Morris
4
10/17/22
Extended ASCII chars: Could not match text
Works like a charm, thank you. If somebody is looking for other specific symbols, checkout Unicode
unread,
Extended ASCII chars: Could not match text
Works like a charm, thank you. If somebody is looking for other specific symbols, checkout Unicode
10/17/22
Joe Stiefel
,
Richard Morris
2
7/10/21
BigDecimal Rounding using power operator
The problem here is in the java.math.BigDecimal class is really quite limited and only supports
unread,
BigDecimal Rounding using power operator
The problem here is in the java.math.BigDecimal class is really quite limited and only supports
7/10/21
Holger Kleinbub
,
Richard Morris
3
2/26/21
Jep 4.0 + Extensions 2.0
Dear Richard, unfortunately we was not able to send you a private message via Google, so I chose to
unread,
Jep 4.0 + Extensions 2.0
Dear Richard, unfortunately we was not able to send you a private message via Google, so I chose to
2/26/21
Khaled Ben Hassen
11/17/20
Java not recognizing any Python methods
Hi there, I've been trying to run Jep using Java (Coldfusion framework precisely) , Console works
unread,
Java not recognizing any Python methods
Hi there, I've been trying to run Jep using Java (Coldfusion framework precisely) , Console works
11/17/20
Antonyo Jaydenx
,
Richard Morris
2
4/21/19
can't calculate ln(e)
You need to add in the set of functions. j.addStandardFunctions(); currently its treating 'ln
unread,
can't calculate ln(e)
You need to add in the set of functions. j.addStandardFunctions(); currently its treating 'ln
4/21/19
nlasy...@gmail.com
,
Richard Morris
2
11/13/18
jep 2.4.1 functions
There are two slightly different versions of Jep 2.4.1 https://github.com/nathanfunk/jep-java-gpl and
unread,
jep 2.4.1 functions
There are two slightly different versions of Jep 2.4.1 https://github.com/nathanfunk/jep-java-gpl and
11/13/18
Simone Di Nobile
,
Richard Morris
3
6/15/18
Nary Function return Vector
Thank you!
unread,
Nary Function return Vector
Thank you!
6/15/18
gattin...@googlemail.com
,
Richard Morris
4
12/19/17
com.singularsys.jep.EvaluationException: Stack corrupted
One thing which could be done is check the stack during each call to com.singularsys.jep.standard.
unread,
com.singularsys.jep.EvaluationException: Stack corrupted
One thing which could be done is check the stack during each call to com.singularsys.jep.standard.
12/19/17
João Francisco Barreto da Silva Martins
,
Richard Morris
5
11/28/17
Simplifying equations with a custom division operator
On Tuesday, 28 November 2017 18:41:29 UTC, João Francisco Barreto da Silva Martins wrote: Richard,
unread,
Simplifying equations with a custom division operator
On Tuesday, 28 November 2017 18:41:29 UTC, João Francisco Barreto da Silva Martins wrote: Richard,
11/28/17
João Francisco Barreto da Silva Martins
,
Richard Morris
3
11/28/17
Simplification of expressions with Euler's number
Thanks for your answer Richard, that was exactly what I was looking for! On Monday, 27 November 2017
unread,
Simplification of expressions with Euler's number
Thanks for your answer Richard, that was exactly what I was looking for! On Monday, 27 November 2017
11/28/17
gattin...@googlemail.com
,
Richard Morris
6
11/14/17
How to disable support of complex arithmetics?
Yes that's the way I would do it. You could just set the functions to return NaN and use the
unread,
How to disable support of complex arithmetics?
Yes that's the way I would do it. You could just set the functions to return NaN and use the
11/14/17
gattin...@googlemail.com
3
11/13/17
How to compare dates
Never mind, I've solved the problem thanks to the Operators documentation (modifying an existing
unread,
How to compare dates
Never mind, I've solved the problem thanks to the Operators documentation (modifying an existing
11/13/17
dei....@gmail.com
,
Richard Morris
2
11/3/17
Negative zero
This really is down to the underlying behaviour of the Java's Double type and the standard IEEE
unread,
Negative zero
This really is down to the underlying behaviour of the Java's Double type and the standard IEEE
11/3/17
coolt...@gmail.com
, …
gattin...@googlemail.com
11
10/2/17
Array Access following a function call
Hi, Richard! Thank you again for your great support. As far as my tests have shown, the code works as
unread,
Array Access following a function call
Hi, Richard! Thank you again for your great support. As far as my tests have shown, the code works as
10/2/17
gattin...@googlemail.com
,
Richard Morris
9
10/2/17
How to parse string literals with line breaks?
I've enhanced the Matchers a bit, so that they are able to parse escaped quotes, too. Here is the
unread,
How to parse string literals with line breaks?
I've enhanced the Matchers a bit, so that they are able to parse escaped quotes, too. Here is the
10/2/17
jose carlos Dias
,
Richard Morris
2
9/21/17
Problem in parsing when using jep function in jBoss
A slightly more complete example might be helpful. From what I can tell you have an expression String
unread,
Problem in parsing when using jep function in jBoss
A slightly more complete example might be helpful. From what I can tell you have an expression String
9/21/17
theboy...@gmail.com
,
Richard Morris
3
6/6/17
JEP in Android Studio, which one?
OK looking at Android studio, it seems to be quite easy to just add the jep jar file to an Android
unread,
JEP in Android Studio, which one?
OK looking at Android studio, it seems to be quite easy to just add the jep jar file to an Android
6/6/17
dei....@gmail.com
,
Richard Morris
2
2/14/17
If() question
By default, the syntax follows that of java. To compare two variables use if (a==b,c,d) It is
unread,
If() question
By default, the syntax follows that of java. To compare two variables use if (a==b,c,d) It is
2/14/17
jeffd...@gmail.com
,
Richard Morris
2
12/7/16
Custom GrammarMatcher Implementation Checking for Operatorz
My initial thought is that you possibly don't want to use a GrammerMatcher for this task. The
unread,
Custom GrammarMatcher Implementation Checking for Operatorz
My initial thought is that you possibly don't want to use a GrammerMatcher for this task. The
12/7/16
bazt...@gmail.com
,
Richard Morris
3
5/3/16
Method to extract values from an expression
Hi Richard, Thanks for the example. I pretty much managed it in the same way, however not using an
unread,
Method to extract values from an expression
Hi Richard, Thanks for the example. I pretty much managed it in the same way, however not using an
5/3/16
Simone Di Nobile
,
Richard Morris
2
5/3/16
Jep Get Sub Group/Block
Ways to manipulate expressions are discussed in the manipulating expressions documentation page http:
unread,
Jep Get Sub Group/Block
Ways to manipulate expressions are discussed in the manipulating expressions documentation page http:
5/3/16
mr.h...@gmail.com
, …
Richard Morris
4
4/29/16
New JEP version upgrade policy?
I'm hoping the release the new version in the summer. I'm busy until the end of May and
unread,
New JEP version upgrade policy?
I'm hoping the release the new version in the summer. I'm busy until the end of May and
4/29/16
Richard Morris
4/15/16
Re: [jep-users] IllegalParameterException on Double - ?Need to implement BigDecimal?
On Thu, Apr 14, 2016 at 2:53 PM, Larry Villeme <lvil...@gmail.com> wrote: We are getting the
unread,
Re: [jep-users] IllegalParameterException on Double - ?Need to implement BigDecimal?
On Thu, Apr 14, 2016 at 2:53 PM, Larry Villeme <lvil...@gmail.com> wrote: We are getting the
4/15/16
David Maryakhin
, …
Larry Villeme
7
3/22/16
Using numbers in string context
Thank you again...I'm willing to admit I've had some fun working with Jep. We ripped out a
unread,
Using numbers in string context
Thank you again...I'm willing to admit I've had some fun working with Jep. We ripped out a
3/22/16
luke.s...@gmail.com
, …
Nathan Funk
5
12/12/15
Is Jep still active?
Hi Luke, The sourceforge account was originally used for the main hosting of Jep. After we started
unread,
Is Jep still active?
Hi Luke, The sourceforge account was originally used for the main hosting of Jep. After we started
12/12/15
dfly...@gmail.com
,
Nathan Funk
2
12/12/15
AutoAbacus still active?
Hi David, AutoAbacus has not been actively developed recently though an implementation of it using
unread,
AutoAbacus still active?
Hi David, AutoAbacus has not been actively developed recently though an implementation of it using
12/12/15
rld...@gmail.com
,
Richard Morris
4
12/1/15
New Variable Types and Arrays
For the second part about Arrays there are two different ways depending on what you need. In regular
unread,
New Variable Types and Arrays
For the second part about Arrays there are two different ways depending on what you need. In regular
12/1/15
mata...@gmail.com
,
natha...@gmail.com
2
7/18/15
Usage of JEP in Eclipse Plugin under EPL license?
Please contact us at in...@singularsys.com to discuss this further. Best regards, Nathan Funk
unread,
Usage of JEP in Eclipse Plugin under EPL license?
Please contact us at in...@singularsys.com to discuss this further. Best regards, Nathan Funk
7/18/15