Ŀ                                                  Ŀ
 algebra.c                                                    errors.c 
                                                  

float ln (float x)                                             set FP
{                                                              {
  ...                                                            ...
}                                                              };

float exp (float x)
{
  ...
}

const FP
{
  set PRECISION
  {
    ...
  };
};