sin
|
Sine
|
cos
|
Cosine
|
tan
|
Tangent
|
max
|
The maximum of the two values
|
min
|
The minimum of the two values
|
ftol
|
Float interpreted as signed long
|
ltof
|
Signed long interpreted as float
|
swap16
|
Swap bytes in a 16-bit item
|
swap32
|
Swap bytes in a 32-bit item
|
signed8
|
Interpret 8-bit value as signed
|
signed16
|
Interpret 16-bit value as signed
|
signed32
|
Interpret 32-bit value as signed
|
log
|
Log
|
exp
|
Exponent
|
year
|
Get the year (the full 4-digit year) from the number of seconds as of Jan-01-1958 00:00:00
|
month
|
Get the month (Jan=1, Feb=2, ...)from the number of seconds as of Jan-01-1958 00:00:00
|
day
|
Get the day from the number of seconds as of Jan-01-1958 00:00:00
|
hour
|
Get the hour from the number of seconds as of Jan-01-1958 00:00:00
|
minute
|
Get the minute from the number of seconds as of Jan-01-1958 00:00:00
|
sec
|
Get the second from the number of seconds as of Jan-01-1958 00:00:00
|
pow
|
Power
|