User profile: ausairman

User info
User name:ausairman
History
Joined:
Number of posts:308
Latest posts:

How often does a computer (CPU and RAM) make mistakes?
I'm a hobby programmer currently studying actuarial science, so this seems like a logical question f...

How do I define a custom literal suffix for a typeset?
That could work. Thanks :)

How do I define a custom literal suffix for a typeset?
Is there any way to emulate this behaviour using macros? So that I can still get this behaviour; [c...

How do I define a custom literal suffix for a typeset?
Oh of course, so this should work then: [code]signalf operator"" sf_ (double val) {return (signalf)...

How do I define a custom literal suffix for a typeset?
Suppose I have typedef'd a double, and now want to have a literal of this type. How can I achieve th...