#include <sftypes.h>
#include <add.h>
#include <comparison.h>
Go to the source code of this file.
Functions | |
float32 | addFloat32 (float32 a, float32 b) |
Add two Float32 numbers with same signs. | |
float64 | addFloat64 (float64 a, float64 b) |
Add two Float64 numbers with same signs. |
Definition in file add.c.