Changeset a603f06 for src/libcfa/math


Ignore:
Timestamp:
Jul 31, 2017, 5:32:34 PM (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, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
c9c9fd7e
Parents:
641c3d0
Message:

add comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/math

    r641c3d0 ra603f06  
    1010// Created On       : Mon Apr 18 23:37:04 2016
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Fri Jul 21 17:03:13 2017
    13 // Update Count     : 101
     12// Last Modified On : Mon Jul 31 09:21:48 2017
     13// Update Count     : 102
    1414//
    1515
     
    1818#include <math.h>
    1919#include <complex.h>
     20
     21//---------------------- General ----------------------
    2022
    2123static inline float ?%?( float x, float y ) { return fmodf( x, y ); }
Note: See TracChangeset for help on using the changeset viewer.