I know this is more related to this forum in general then CUDA, but I don’t know where else to post this. Why do icon macros and the such need to be displayed in codeboxes? Here is some example code I tried posting in another thread.
[codebox]float R = ( N * A - B * C)/sqrtf((N * D - B * B) * (N * E - C * C));
Result = powf( atanh®, 2) - lambda * 1.5 * 1. / (N - 3.);[/codebox]
Only 2 lines of code, but a B) and a ®
Its easy enough for me to fix this by adding some spaces, but is it really necessary to have this in codeboxes?