ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Category: Math functions
27 results
Abs (Function)
Returns the absolute value:
  • of a numeric value,
  • of a numeric expression (integer or real).
  • of a duration.
ArcCos (Function)
Returns the arc cosine of a numeric value (integer or real).
ArcSin (Function)
Returns the arc sine of a numeric value (integer or real).
ArcTan (Function)
Returns the arc tangent of a numeric value (integer or real).
ArcTan2 (Function)
Returns the arc tangent 2 of the values passed as parameter.
Conversion (Function)
Converts a value from a unit to another one.
Cos (Function)
Calculates the cosine of an angle.
CoTan (Function)
Calculates the cotangent of an angle.
DecimalPart (Function)
Returns the decimal part of a number.
DecimalToSexagesimal (Function)
Returns the sexagesimal angle (in base 60) corresponding to a decimal angle.
Exp (Function)
Calculates the exponential of a numeric value (reverse of Napierian logarithm).
Factorial (Function)
Returns the factorial of an integer number.
Ln (Function)
Calculates the Napierian logarithm (reverse of exponential) of a numeric value.
IntegerPart (Function)
Returns the integer part of a number.
IsEven (Function)
Identifies an even number.
IsOdd (Function)
Identifies an odd number.
Log (Function)
Calculates the decimal logarithm of a numeric value.
Math functions
List of mathematical functions
Power (Function)
Raise a number to a power.
Root (Function)
Returns the root of a number.
Round (Function)
Returns the rounded value of a numeric value according to the specified number of decimal places.
RoundCeil (Function)
Returns:
  • the value rounded up to the nearest integer.
  • the duration rounded up to the nearest interval.
  • the date and time rounded up to the nearest interval.
RoundFloor (Function)
Returns:
  • the numeric value rounded down to the nearest integer.
  • the duration rounded down to the nearest interval.
  • the date and time rounded down to the nearest interval.
RoundToMultiple (Function)
Returns a numeric value rounded to the nearest multiple of another numeric value.
SexagesimalToDecimal (Function)
Returns the decimal angle corresponding to a sexagesimal angle.
Sin (Function)
Returns the sine of an angle.
Tangent (Function)
Calculates the tangent of an angle.