Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

parsing exponents #1

Open
jamesuber opened this issue Apr 15, 2015 · 2 comments
Open

parsing exponents #1

jamesuber opened this issue Apr 15, 2015 · 2 comments
Labels

Comments

@jamesuber
Copy link
Member

MSX doesn't parse the following formula expression

FORMULA Xn X0_(2.71828^(-kb_t))

In this case you should really be using exp(-kb*t) but that's besides the point.

@jamesuber jamesuber added the bug label Apr 15, 2015
@bradleyjeck
Copy link

I also noticed this problem, in my case i was computing the exponent as part of a [TERM]. Is there a way to check the terms to see they are calculated correctly?

@samhatchett
Copy link
Member

i'm looking at

while ( *lex == 31 )

... probably something there that could be tweaked?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants