Zephyr Scientific Library (zscilib)
Functions
work.h File Reference

API header file for work in zscilib. More...

#include <zsl/zsl.h>

Go to the source code of this file.

Functions

int zsl_phy_work_module (zsl_real_t f, zsl_real_t d, zsl_real_t *w)
 Calculates the module of the work done by a force (f) along a distance (d). More...
 
int zsl_phy_work_x (zsl_real_t f, zsl_real_t d, zsl_real_t theta, zsl_real_t *w)
 Calculates the horizontal component of the work done by a force (f) along a distance (d). More...
 
int zsl_phy_work_y (zsl_real_t f, zsl_real_t d, zsl_real_t theta, zsl_real_t *w)
 Calculates the vertical component of the work done by a force (f) along a distance (d). More...
 
int zsl_phy_work_kin (zsl_real_t k1, zsl_real_t k2, zsl_real_t *w)
 Calculates the work required to change the kinetic energy of an object from 'k1' to 'k2'. More...
 

Detailed Description

API header file for work in zscilib.

This file contains the zscilib work APIs

Definition in file work.h.