manpagez: man pages & more
info mathgl
Other versions of mathgl |
|
|
|
|
8.27 Operators (Pure C)
- C function:
void mgl_data_mul_dat (HMDT dat, const HMDT d)
Multiplies the data by the other one for each element.
- C function:
void mgl_data_div_dat (HMDT dat, const HMDT d)
Divides the data by the other one for each element.
- C function:
void mgl_data_add_dat (HMDT dat, const HMDT d)
Adds the other data.
- C function:
void mgl_data_sub_dat (HMDT dat, const HMDT d)
Subtracts the other data.
- C function:
void mgl_data_mul_num (HMDT dat, float d)
Multiplies each element by the number.
- C function:
void mgl_data_div_num (HMDT dat, float d)
Divides each element by the number.
- C function:
void mgl_data_add_num (HMDT dat, float d)
Adds the number to each element.
- C function:
void mgl_data_sub_num (HMDT dat, float d)
Subtracts the number to each element.