FAQ
How can we help?
Full Site Search

Supported Math Symbols in Ragic

Here is a list of math symbols that can be used in Ragic, all of which can be applied in formulas.

Constants

Symbol Description
Math.E Represents Euler’s number (exponential), approximately equal to 2.718
Math.LN2 Natural logarithm of 2 (base e), approximately equal to 0.693
Math.LN10 Natural logarithm of 10 (base e), approximately equal to 2.302
Math.LOG2E Logarithm of e with base 2, approximately equal to 1.442
Math.LOG10E Logarithm of e with base 10, approximately equal to 0.434
Math.SQRT1_2 Square root of 1/2, approximately equal to 0.707
Math.SQRT2 Square root of 2, approximately equal to 1.414

Functions

You can apply different values of x to these math functions for various results.

Symbol Description
Math.acos(x) Returns the arccosine of x, in radians
Math.asin(x) Returns the arcsine of x, in radians
Math.atan(x) Returns the arctangent of x, in radians; result is between -π/2 and π/2
Math.atan2(y,x) Returns the angle in radians between the positive x-axis and the point (x, y)
Math.cos(x) Returns the cosine of x, in radians
Math.exp(x) Returns E raised to the power of x
Math.log(x) Returns the natural logarithm (base e) of x
Math.sin(x) Returns the sine of x, in radians
Math.tan(x) Returns the tangent of x, in radians

    Start Ragic for free

    Sign up with Google

    Terms of Service | Privacy Policy