Hi Tobias, that is not an AspectJ specific feature, it is a Java feature that is properly described here http://en.wikipedia.org/wiki/Strictfp and in official documentation. Using it in an Aspect simply places on the method the same semantics that are defined for the strictfp keyword in Java.
Simone Tobias Demuth wrote: > Hi, > > I'm trying to understand the meaning of the keyword "strictfp". I have found > in the documentation the description that "strictfp" makes floating point > operations "fp-strict", but I don't know what that's supposed to mean ... I > am not a native speaker (as you may have guessed already ;)), so maybe I'm > just missing something obvious, but I guess an example would help me to > understand. Can anyone provide one? > > thanks in advance, > Tobias Demuth > _________________________________________________________________________ > In 5 Schritten zur eigenen Homepage. Jetzt Domain sichern und gestalten! > Nur 3,99 EUR/Monat! http://www.maildomain.web.de/?mc=021114 > > _______________________________________________ > aspectj-users mailing list > [email protected] > https://dev.eclipse.org/mailman/listinfo/aspectj-users > -- Simone Gianni CEO Semeru s.r.l. Apache Committer MALE human being programming a computer http://www.simonegianni.it/ _______________________________________________ aspectj-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/aspectj-users
