pub unsafe extern "C" fn matd_get_scalar(m: *const matd_t) -> f64
Expand description

Retrieves the scalar value of the given element (‘m’ must be a scalar). Performs more thorough validation checking than MATD_EL().