NEW Maths function in questfox

Mathematics is clearly defined for centuries now. questfox is offering you a set of mathematical operations since the beginning of our development from the standard toolbox of database manipulation.

See our special questfox functions under https://questfox.news/2021/03/08/how-to-calculate-with-missing-values-in-questfox/

Besides those questfox specific procedures we are using a bunch of functions to interact with mathematics. The Jace.NET framework is now used to support your calculation inside of questfox. More info under https://github.com/pieterderycke/Jace/wiki/Standard-Functions

Here is the list of functions so far to be used inside of questfox calculations.

FunctionArgumentsDescriptionMore Information
sinsin(A1)Sinehttp://en.wikipedia.org/wiki/Sine
coscos(A1)Cosinehttp://en.wikipedia.org/wiki/Trigonometric_functions
asinasin(A1)Arcsinehttp://en.wikipedia.org/wiki/Inverse_trigonometric_functions
acosacos(A1)Arccosinehttp://en.wikipedia.org/wiki/Inverse_trigonometric_functions
tantan(A1)Tangenthttp://en.wikipedia.org/wiki/Trigonometric_functions
cotcot(A1)Cotangenthttp://en.wikipedia.org/wiki/Trigonometric_functions
atanatan(A1)Arctangenthttp://en.wikipedia.org/wiki/Inverse_trigonometric_functions
acotacot(A1)Arccotangenthttp://en.wikipedia.org/wiki/Inverse_trigonometric_functions
logeloge(A1)Natural Logarithmhttp://en.wikipedia.org/wiki/Logarithm
log10log10(A1)Common Logarithmhttp://en.wikipedia.org/wiki/Logarithm
lognlogn(A1, A2)Logarithmhttp://en.wikipedia.org/wiki/Logarithm
sqrtsqrt(A1)Square Roothttp://en.wikipedia.org/wiki/Square_root
ifif(A1, A2, A3)If FunctionIF A1 IS true THEN A2 ELSE A3
maxmax(A1, …, An)Maximum 
minmin(A1, …, An)Minimum 
avgavg(A1, …, An)Average 
medianmedian(A1, …, An)Median 
roundround(A1)Round 
randomrandom()RandomGenerate a random double value between 0.0 and 1.0

What do you have to do?

ln-Funktion, Gesetze und Regeln

Syntax check from ln to loge

Please check your questfox project for the correctness of the syntax. For example: The formerly implemented function ln is now called loge. You now need to switch to this new version in order to perform those calculations in the future with questfox.