User manual
mikroBasic PRO for PIC32
MikroElektronika
607
TimeStruct type denition
 structure TimeStruct
 dim ss as byte  ' seconds
 dim mn as byte  ' minutes
 dim hh as byte  ' hours
 dim md as byte ' day in month, from 1 to 31
 dim wd as byte ' day in week, monday=0, tuesday=1, .... sunday=6
 dim mo as byte  ' month number, from 1 to 12 (and not from 0 to 11 as with unix 
C time !)
 dim yy as word ' year Y2K compliant, from 1892 to 2038
  end structure
Trigon Library
The mikroBasic PRO for PIC32 provides a set of library functions for oating point math handling. See also Predened 
Globals and Constants for the list of predened math constants.
Library Functions
  - acos 
  - asin 
  - atan 
  - atan2 
  - ceil 
  - cos 
  - cosh 
  - eval_poly 
  - exp 
  - fabs 
  - oor 
  - frexp 
  - ldexp 
  - log 
  - log10 
  - modf 
  - pow 
  - sin 
  - sinh 
  - sqrt 
  - tan 
  - tanh 










