Slashdot Mirror


Survey says: ELC platform spec will expand use of

An anonymous reader writes "According to a "quick survey" taken during the past two weeks of visitors to LinuxDevices.com's website, developers overwhelmingly believe that the Embedded Linux Consortium's recently released embedded Linux platform specification is valuable, and that it will help accelerate the growing use of Linux in embedded systems and devices."

1 of 19 comments (clear)

  1. A quick RPN example by Anonymous Coward · · Score: -1, Offtopic

    e to the power of one third

    ALG: exp ( 1 / 3 ) = |7 keystrokes
    RPN: 3 inv exp |3 keystroke

    How does the RPN example work? You are taking 3, inverting it (now you have 1/3) and appling the e^x function.