-
Notifications
You must be signed in to change notification settings - Fork 105
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
Add mathematical functions #32
Comments
Yes, for sure. At some point it may be advantageous to move from an XML definition to some sort of concise code definition... but I'm not 100% sure yet. |
I have updated issue title. We need to add not only trigonometric functions, e.g. \ln, \log, etc. |
@alexreg now, when I see the whole picture with that I'm not sure if we want some other formula definition format. What we have seems pretty much what we need, even if XML is a bit "old school". At the moment, I think we'll just extend that DSL and add new features into it. |
Okay, fair enough. I generally like to avoid DSLs, but this one does the job fine for now, as you say. A sort of builder-syntax style of defining formulas would be a slight improvement, but maybe not a priority. |
I have the feature request from Russian F# StackOverflow chat: add
arctg
andarcctg
functions. I think that's time to review the functions we have and add those trigonometric functions we still haven't.Please note that the ordinary notation for tangent is
tan
, buttg
is also a common extension I think.Probably these should go into
PredefinedTexFormulas.xml
.The text was updated successfully, but these errors were encountered: