Ninox Docs
Searchβ¦
Welcome π
Tutorial
Introduction
Basics tutorial
Intermediate tutorial
Independent tutorial
Build databases
π
Enable timezone-independent date
Manage databases
Import and export
Duplicate database
Scripting
π
Script editor features
Functions overview
Functions categorized
Array
Date and time
Format and convert data
Mathematical
Text
User management
Functions alphabetically
Appendix
Manage account
Create account
Book subscription
Calculate required licenses
Add licenses
Manage licenses
Invite collaborators
Ninox Mac app and iCloud
API
Introduction
HTTP function
Public Cloud APIs
Private Cloud APIs
Private Cloud / On-Premises
Single sign-on (SSO)
Windows Server installation
Docker installation
Sample configuration file
Resources
π
Release notes
π©πͺ
Ninox Documentation (German)
π
Glossary
π΅
Legacy documentation
β
Why did we move the old documentation from ninox.com?
Introduction
User interface
Tables
Calculations
Print
Import and export
System requirements
User management, identities and rights
Data synchronization
Data backup
FAQ
Related Links
Ninox website
Community
Webinars
Pricing
Contact us
Imprint
Privacy policy
Powered By
GitBook
Mathematical
An overview of mathematical functions to perform tasks on numbers
β
abs
β
To return the absolute value of a number
β
acos
β
To calculate the arccosine
β
asin
β
To calculate the arcsine
β
atan
β
To calculate the arctangent
β
atan2
β
To calculate the arctangent of the quotient of x/y
β
avg
To return the average of a number array
β
ceil
β
To round up a given number to the nearest integer
β
cos
β
To calculate the cosine
β
degrees
β
To convert an angle from radians to degrees
β
even
β
To return "true" if the number is even
β
exp
β
To calculate the natural exponential function
β
floor
β
To round down a given number to the nearest integer
β
format
β
To format a given value
β
ln
β
To calculate the natural logarithm
β
log
β
To calculate the logarithm
β
odd
β
To return βtrueβ if the number is odd
β
pow
β
To calculate the power of a number
β
radians
β
To convert an angle from degrees to radians
β
random
β
To return a random number
β
round
β
To round a given number
β
sign
β
To return the signum of a number
β
sin
β
To calculate the sine
β
sqr
β
To calculate the square
β
sqrt
β
To calculate the square root
β
sum
β
To return the total sum of a number array
β
tan
β
To calculate the tangent
Previous
Format and convert data
Next
Text
Last modified
5mo ago
Export as PDF
Copy link
Contents
abs
acos
asin
atan
atan2
avg
ceil
cos
degrees
even
exp
floor
format
ln
log
odd
pow
radians
random
round
sign
sin
sqr
sqrt
sum
tan