MobilityDB 1.1
Functions

Mathematical functions for temporal types. More...

Collaboration diagram for Mathematical functions:

Functions

Temporaladd_float_tfloat (double d, const Temporal *tnumber)
 Return the temporal addition of a float and a temporal float. More...
 
Temporaladd_int_tint (int i, const Temporal *tnumber)
 Mathematical operators (+, -, *, /) and functions (round, degrees, ...) for temporal numbers. More...
 
Temporaladd_tfloat_float (const Temporal *tnumber, double d)
 Return the temporal addition of a temporal float and a float. More...
 
Temporaladd_tint_int (const Temporal *tnumber, int i)
 Return the temporal addition of a temporal integer and an integer. More...
 
Temporaladd_tnumber_tnumber (const Temporal *tnumber1, const Temporal *tnumber2)
 Return the temporal addition of the temporal numbers. More...
 
Temporaldiv_float_tfloat (double d, const Temporal *tnumber)
 Return the temporal division of a float and a temporal float. More...
 
Temporaldiv_int_tint (int i, const Temporal *tnumber)
 Return the temporal division of an integer and a temporal integer. More...
 
Temporaldiv_tfloat_float (const Temporal *tnumber, double d)
 Return the temporal division of a temporal float and a float. More...
 
Temporaldiv_tint_int (const Temporal *tnumber, int i)
 Return the temporal division of a temporal integer and an integer. More...
 
Temporaldiv_tnumber_tnumber (const Temporal *tnumber1, const Temporal *tnumber2)
 Return the temporal division of the temporal numbers. More...
 
Temporalmult_float_tfloat (double d, const Temporal *tnumber)
 Return the temporal multiplication of a float and a temporal float. More...
 
Temporalmult_int_tint (int i, const Temporal *tnumber)
 Return the temporal multiplication of an integer and a temporal integer. More...
 
Temporalmult_tfloat_float (const Temporal *tnumber, double d)
 Return the temporal multiplication of a temporal float and a float. More...
 
Temporalmult_tint_int (const Temporal *tnumber, int i)
 Return the temporal multiplication of a temporal integer and an integer. More...
 
Temporalmult_tnumber_tnumber (const Temporal *tnumber1, const Temporal *tnumber2)
 Return the temporal multiplication of the temporal numbers. More...
 
Temporalsub_float_tfloat (double d, const Temporal *tnumber)
 Return the temporal subtraction of a float and a temporal float. More...
 
Temporalsub_int_tint (int i, const Temporal *tnumber)
 Return the temporal subtraction of an integer and a temporal integer. More...
 
Temporalsub_tfloat_float (const Temporal *tnumber, double d)
 Return the temporal subtraction of a temporal float and a float. More...
 
Temporalsub_tint_int (const Temporal *tnumber, int i)
 Return the temporal subtraction of a temporal integer and an integer. More...
 
Temporalsub_tnumber_tnumber (const Temporal *tnumber1, const Temporal *tnumber2)
 Return the temporal subtraction of the temporal numbers. More...
 
Temporaltfloat_degrees (const Temporal *temp)
 Convert a temporal number from radians to degrees. More...
 
Temporaltfloat_derivative (const Temporal *temp)
 Return the derivative of a temporal number. More...
 
Temporaltfloat_radians (const Temporal *temp)
 Convert a temporal number from degrees to radians. More...
 
Temporaltnumber_abs (const Temporal *temp)
 Get the absolute value of a temporal number. More...
 

Detailed Description

Mathematical functions for temporal types.