User profile: helios

User info
User name:helios
Email:helios.vmg@gmail.com
Name:Helios
Location:Argentina
Statistical data
Birthdate:Feb 29, 1988
Gender:Male
Occupation:Student
Skills:BASIC
C++
Visual Basic
VB .NET
Assembly
Java
C#
Python
C#/.NET
Haskell
History
Joined:
Number of posts:10258
Latest posts:

Things that work under a program
[code]SMID:If we consider doing below: A=a+b+c+d or A=a*b*c*d[/code]No, [b]SIMD[/b] rather performs ...

Why does argc need to be signed?
The only two valid signatures for main() are [code]int main(int,char **)[/code] and [code]int main()...

Factorial with decimals
The point was that a function being bounded doesn't imply that its limit exists in any particular pl...

Maths Question
[quote]I'm just curious ResidentBiscuit, I've seen a lot of your posts suggesting you're in your 3rd...

Factorial with decimals
[quote]Wouldn't f(1) be less than or equal to 1[/quote]Honestly, I think the value is ill-defined. S...