On Dec 11, 2013, at 02:18, Purushothaman Pachiappan wrote: > Guys Pls Help me out of this. I'm new here.. > > How to check whether the input is fibonacci or not? This is node.js
> //How to fix this line. I don't know how to check perfect square conditions > if(isPerfectSquare(isFibonacci(n)) || isPerfectSquare(isFibonacci(n))) // > checks the given input is fibonacci series If you’re asking for help implementing a function called “isPerfectSquare”, I Googled “isperfectsquare” and got 3.2 million hits; maybe one of them helps you. -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
