Authors
Publication
Pub Details
International QL Report V2 I6
Volume:
2
Issue:
6
Date
March/April 1993
Pages
231-233
See all articles from International QL Report V2 I6
This article will introduce the C Programmer to the mathematical tools provided in the C math library (C68). The methods of working with floating point numbers in C is somewhat different than other programming languages. Most languages provide commands to perform such functions as: square root, logarithm, trigonometric functions, etcetera. However in C there is a maths library that needs to be utilized in order to perform mathematical functions.