Changeset 0fc52b6 for src/libcfa/math


Ignore:
Timestamp:
Jul 12, 2018, 9:14:07 AM (7 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
Children:
3007c0b, 8f91c9ae
Parents:
777ed2b
Message:

first attmept to refactor common routines between stdlib and math

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/math

    r777ed2b r0fc52b6  
    1010// Created On       : Mon Apr 18 23:37:04 2016
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Mon Aug  7 07:51:15 2017
    13 // Update Count     : 108
     12// Last Modified On : Wed Jul 11 21:12:54 2018
     13// Update Count     : 109
    1414//
    1515
     
    348348static inline long double scalbln( long double x, long int exp ) { return scalblnl( x, exp ); }
    349349
     350//---------------------------------------
     351
     352#include "common"
     353
    350354// Local Variables: //
    351355// mode: c //
Note: See TracChangeset for help on using the changeset viewer.