ListPod.net

Compile-Time Function Evaluation (from Features that Make the D Programming Language Better than C++) History

Edit and save a previous revision to make it the current.

Rev. Content Modified Reason
1
Compile-Time Function Evaluation — Also known as CTFE; if D has enough information to evaluate a function at compile time, it will do so.  If you write factorial(12)*sin(0)*180/3.14, the result will be compiled directly into the program.
74.130.145.192
Feb 27, 2010 11:19:am
Edit
0
Compile-Time Function Evaluation — Also known as CTFE; if D has enough information to evaluate a function at compile time, it will do so.  If you write sin(0)*180/3.14, the result will be compiled directly into the program.
74.130.145.192
Feb 27, 2010 11:18:am
Edit