IonicWind Software

Aurora Compiler => General Discussion => Topic started by: ExMember001 on November 06, 2006, 04:28:30 AM

Title: C fmod()...
Post by: ExMember001 on November 06, 2006, 04:28:30 AM
is there an equivalent for fMod(rotpos+0.00003,3.1415927); in Aurora?
i see modulus with a search in the help file but this doesnt return anything...
Title: Re: C fmod()...
Post by: sapero on November 06, 2006, 06:03:16 AM
This function is exported from crtdll:
import double cdecl fmod(double d1,double d2);
Title: Re: C fmod()...
Post by: ExMember001 on November 07, 2006, 12:33:53 AM
thanx Sapero, i'll try that.