Scientific Calculator in Asha Series

Later all nokia's S40 phones comes with the scientific as well as standard calculator. But in the Nokia's Asha lineup the scientific calculator is missing.
So, can nokia add the scientific calculator in its next software update for Asha lineup.

There is scientific calculator app mentioned in this resource, although reviews in respect of Asha 311 have to date not been favourable: http://conversations.nokia.com/2012/12/04/the-nokia-asha-311-as-your-education-companion/
Happy to have helped forum in a small way with a Support Ratio = 37.0

Similar Messages

  • HT201406 in scientific calculator mode the 7 8 9 numbers/area doesn't work on ipod touch, how can I rectify this?

    The screen is not touch sensitive in the area covered by the 7 8 9 numbers when the ipod is in the horizontal (in scientific calculator orientation) - the rest of the screen is fine. But because of the ares affected I cannot even log on to internet as the password needed has the letters in the affected area!! Frustrating!!
    Any idea how to correct this - in simple terms please as I am not very technical at all!!
    There are no physical marks or scratches on the screen in the area affected.

    Try the following:
    - A reset. Nothing is lost
    Reset iPod touch: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Restore from backup
    - Restore to factory settings/new iPod.
    If you still have the problem that indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order

  • Scope and Objectives of making java swing scientific calculator

    I am going to write code for java swing scientific calculator..... can any body help me to write scope and objectives of this project.... please please :-(

    If this is for school work, then defining the scope is part of the problem. The only advice I will give you is that you only need to implement what the assignment specifies. It is probably intentionally vague so you can bite off way too much and not finish -- failure should teach you something too.
    I had just such an assignment in my software engineering class in college -- create a cross compiler from X to Y where X and Y where known instruction sets. That was the entire assignment -- plus the instruction sets for X and Y. My team looked at the allotted time and resources availabe and decided to do a minimal implementation.
    We where the only team to complete the assignment and all recieved A's because we accurately implemented the required solution and were able to evaluate the real problem--resource allotment--accurately.
    Each other team tried to add "extras" that would "guarantee" them an A grade. In actuallity it was just a lot more work than they could do though and it hurt them in the long run--No matter how good the work was to the point they had at the end of the semester, each student in the other teams only recieved a B or less grade in the class due to failure on that project. Resource allocation and planning--only you can do that for your team/project.

  • Some problems in my scientific calculator

    Hey friends, I'm trying in this days to build a special application for iphone device.
    In this application 1 part is a scientific calculator. I have some problems with the
    trigo function and some other, i really dont know why.. For example, this code:
    -(IBAction)buttomOperationPressed:(id)sender
        if (currentOperation==0) result=currentNumber;
        else
            switch (currentOperation) {
                case 1:
                    result=result+currentNumber;
                    break;
                case 2:
                    result=result-currentNumber;
                    break;
                case 3:
                    result=result*currentNumber;
                    break;
                case 4:
                    result=result/currentNumber;
                    break;
                case 5:
                    result=currentNumber*currentNumber;
                    break;
                case 6:
                    switch (currentOperation) {
                        case 7:
                            result=asinhf(currentNumber);
                            break;
                        case 8:
                            result=acoshf(currentNumber);
                            break;
                        case 9:
                            result=atanhf(currentNumber);
                            break;
                    break;
                case 7:
                    result=asinf(currentNumber);
                    break;
                case 8:
                    result=asinf(currentNumber);
                    break;
                case 9:
                    result=asinf(currentNumber);
                    break;
                case 10:
                    result=currentNumber*(-1);
                    break;
                case 11:
                    //Shoresh
                    break;
                case 12:
                    currentOperation=0;
                    break;
        currentNumber=0;
        caculatorScreen.text = [NSString stringWithFormat:@"%2f",result];
        if ([sender tag] == 0) result=0;
        currentOperation = [sender tag];
    case 6 means the button "shift" in the caculator, alot of this actions does not work..
    I did every think ok.. Please thanks for the helpers!

    Since I don't know how your buttons work, I really can't say.
    If shift is a separate button, you need to save its state, and when the next button is pressed run one of two switch/case depending on the state of the shift.

  • After updating to 2.2, calculator didn't become a scientific calculator!

    After downloading 2.2 and syncing a couple of times, my calculator didn't become a scientific calculator.
    What can I do to fix this?

    Did you rotate the screen to get to the scientific calculator?
    Page 94 of the manual:
    http://manuals.info.apple.com/enUS/iPhone_UserGuide.pdf

  • Looking for iBA-friendly scientific calculator widget

    Hi there
    I am working on a widget for a maths book sample, and want to include a scientific calculator within one. The problem is, all the ones I have found are either too small for use on a iPad (the buttons are too small) or when I use the calculator with the iBook, upon a button press on the calculator the keyboard flies out covering up half the screen.
    Any ideas/resources? – thanks.

    Why dont you use apple's standard calculator? Just put calc into the spotlight and it will appear. If its just the standard claculator, go into "view" and you will have the option to use it scientifically. Just keep it in your dock. Good Luck.
    2gig G5 IMac   Mac OS X (10.4.7)   2gig G5 17" Imac. for hints and tips go to http://www.mac-switch.com

  • Asha series support view asian language characters...

    i didn't own a asha phone. i am from malaysia.
    can asha series support view those asian language like chinese, japanese, korean characters in web browser, music player?
    can i switch different language interface? example chinese or japanese interface?
    is that also include those asian input method in the asha os? i can switch to chinese input method and type chinese characters? or switch to japanese input method type?

    Not aware of any Nokia Feature Phone still supporting Japanese. Furthermore, Nokia Belle (Nokia 700), Series 40 (Nokia 310) and Asha Software Platform (Nokia 502) come with a set limited to very few languages around Malaysia, that depends on the firmware variant (product code) of the bought phone. Nokia Care is able to flash to another product code, but cannot create any combination of language packs. They have to find a product code which contains your desired language packs.
    Therefore, I recommend to go for a Nokia Lumia phone. These use Windows Phone as operating system and within that, you are able to add Chinese, Korean, Japanese, and Malay by yourself. And switching between them, is done with on tap on the keyboard.

  • Least square circle calculation on a series of data points

    I am taking a series of (x,y) part measurements that describe a circle  (radius & rotation angle). The center of the part and center of rotation are offset. Looking for code to do a least square circle calculation on this data set so diameter and out-of-roundness can be estimated. Platform LabView 8.2.

    Here is my simple solution from the above mentione thread:
    (Is it not exaclty "least squares" in the classical sense but the sphere fit works typically very well..)
    LabVIEW Champion . Do more with less code and in less time .

  • Variation calculation without time series?

    Hi all.
    I've got a pivot table like the one below. Time series is not implemented in the rpd, due to performance reasons. Is there a way to calculate the variation between two measures on two different dates in a pivot table (Difference column below), similar to what we achieve using the AGO() timeseries function. The dates are chosen by the user from a dashboard prompt, so I am not sure if calculated item would apply here and dynamic items ($1, $2) does not work too. The pivot table has more columns and rows than the example below.
    _________________Dates
    Product___01/10/11____02/10/11____Difference
    A__________10_________15___________5
    B___________8__________6___________-2
    C___________8__________8___________0
    Thank you.
    Regards,
    Edited by: user10634835 on 03-Oct-2011 01:54
    Edited by: user10634835 on 03-Oct-2011 02:06
    Edited by: user10634835 on 03-Oct-2011 02:08

    Hi,
    By using $2 - $1 in the new calculated item under pivot table view.
    Ex:
    Name 3-10-2011 1-10-2011 diff
    dev 423 400 23
    let say from date =1-10-2011 refer as $1
    to date =3-10-2011 referd as $2
    *$2-$1 will get any two date difference..fully automatically*
    *100% it will work...i have also implemented the same*
    Thanks
    Deva
    Edited by: Devarasu on Oct 3, 2011 5:18 PM

  • A suggestion for the New Asha series.

    It would be nice if we could open up the task manager by holding the back button. currently it only open when there's not enough memory.
    And if music controls appeared in the notification centre it would be great.

    I agree with this so hard it hurts my head.
    Just show the 'Not enough memory' screen when you hold the back button and have a Play/Stop button on the pull-down menu, or maybe just a notification-like entry with info about the currently-playing song that takes you to the music player.
    It'd improve my experience with my Asha 503 immensely.

  • URGENT Help With Scientific Calculator!

    Hi everybody,
    I designed a calculator, and I need help with the rest of the actions. I know I need to use the different Math methods, but I tried tried that and it didn't work. Also, it needs to work as an applet and application, and in the applet, the buttons don't appear in order, how can I fix that?
    I will really appreciate your help with this program, I can't get it to work and I'm frustrated, I need to finish this for next Tuesday 16th. Please e-mail me at [email protected].
    Below is the code for the calcualtor.
    Thanks a lot!
    -Maria
    // calculator
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import javax.swing.border.*;
    public class calculator extends JApplet implements
    ActionListener
      private JButton one, two, three, four, five, six, seven,
      eight, nine, zero, dec, eq, plus, minus, mult, div, clear,
      mem, mrc, sin, cos, tan, asin, acos, atan, x2, sqrt, exp, pi, percent;
      private JLabel output, blank;
      private Container container;
      private String operation;
      private double number1, number2, result;
      private boolean clear = false;
      //GUI
      public void init()
        container = getContentPane();
        //Title
        //super("Calculator");
        JPanel container = new JPanel();     
        container.setLayout( new FlowLayout( FlowLayout.CENTER
        output = new JLabel("");     
        output.setBorder(new MatteBorder(2,2,2,2,Color.gray));
        output.setPreferredSize(new Dimension(1,26));     
        getContentPane().setBackground(Color.white);     
        getContentPane().add( "North",output );     
        getContentPane().add( "Center",container );
        //blank
        blank = new JLabel( "                    " );
        container.add( blank );
        //clear
        clear = new JButton( "CE" );
        clear.addActionListener(this);
        container.add( clear );
        //seven
        seven = new JButton( "7" );
        seven.addActionListener(this);
        container.add( seven );
        //eight
        eight = new JButton( "8" );
        eight.addActionListener(this);
        container.add( eight );
        //nine
        nine = new JButton( "9" );
        nine.addActionListener(this);
        container.add( nine );
        //div
        div = new JButton( "/" );
        div.addActionListener(this);
        container.add( div );
        //four
        four = new JButton( "4" );
        four.addActionListener(this);
        container.add( four );
        //five
        five = new JButton( "5" );
        five.addActionListener(this);
        container.add( five );
        //six
        six = new JButton( "6" );
        six.addActionListener(this);
        container.add( six );
        //mult
        mult = new JButton( "*" );
        mult.addActionListener(this);
        container.add( mult );
        //one
        one = new JButton( "1" );
        one.addActionListener(this);
        container.add( one );
        //two
        two = new JButton( "2" );
        two.addActionListener(this);
        container.add( two );
        //three
        three = new JButton( "3" );
        three.addActionListener(this);
        container.add( three );
        //minus
        minus = new JButton( "-" );
        minus.addActionListener(this);
        container.add( minus );
        //zero
        zero = new JButton( "0" );
        zero.addActionListener(this);
        container.add( zero );
        //dec
        dec = new JButton( "." );
        dec.addActionListener(this);
        container.add( dec );
        //plus
        plus = new JButton( "+" );
        plus.addActionListener(this);
        container.add( plus );
        //mem
        mem = new JButton( "MEM" );
        mem.addActionListener(this);
        container.add( mem );   
        //mrc
        mrc = new JButton( "MRC" );
        mrc.addActionListener(this);
        container.add( mrc );
        //sin
        sin = new JButton( "SIN" );
        sin.addActionListener(this);
        container.add( sin );
        //cos
        cos = new JButton( "COS" );
        cos.addActionListener(this);
        container.add( cos );
        //tan
        tan = new JButton( "TAN" );
        tan.addActionListener(this);
        container.add( tan );
        //asin
        asin = new JButton( "ASIN" );
        asin.addActionListener(this);
        container.add( asin );
        //acos
        acos = new JButton( "ACOS" );
        cos.addActionListener(this);
        container.add( cos );
        //atan
        atan = new JButton( "ATAN" );
        atan.addActionListener(this);
        container.add( atan );
        //x2
        x2 = new JButton( "X2" );
        x2.addActionListener(this);
        container.add( x2 );
        //sqrt
        sqrt = new JButton( "SQRT" );
        sqrt.addActionListener(this);
        container.add( sqrt );
        //exp
        exp = new JButton( "EXP" );
        exp.addActionListener(this);
        container.add( exp );
        //pi
        pi = new JButton( "PI" );
        pi.addActionListener(this);
        container.add( pi );
        //percent
        percent = new JButton( "%" );
        percent.addActionListener(this);
        container.add( percent );
        //eq
        eq = new JButton( "=" );
        eq.addActionListener(this);
        container.add( eq );
        //Set size and visible
        setSize( 190, 285 );
        setVisible( true );
    public static void main(String args[]){
        //execute applet as application
         //applet's window
         JFrame applicationWindow = new JFrame("calculator");
    applicationWindow.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
         //applet instance
         calculator appletObject = new calculator();
         //init and start methods
         appletObject.init();
         appletObject.start();
      } // end main
      public void actionPerformed(ActionEvent ae)
        JButton but = ( JButton )ae.getSource();     
        //dec action
        if( but.getText() == "." )
          //if dec is pressed, first check to make shure there
    is not already a decimal
          String temp = output.getText();
          if( temp.indexOf( '.' ) == -1 )
            output.setText( output.getText() + but.getText() );
        //clear action
        else if( but.getText() == "CE" )
          output.setText( "" );
          operation = "";
          number1 = 0.0;
          number2 = 0.0;
        //plus action
        else if( but.getText() == "+" )
          operation = "+";
          number1 = Double.parseDouble( output.getText() );
          clear = true;
          //output.setText( "" );
        //minus action
        else if( but.getText() == "-" )
          operation = "-";
          number1 = Double.parseDouble( output.getText() );
          clear = true;
          //output.setText( "" );
        //mult action
        else if( but.getText() == "*" )
          operation = "*";
          number1 = Double.parseDouble( output.getText() );
          clear = true;
          //output.setText( "" );
        //div action
        else if( but.getText() == "/" )
          operation = "/";
          number1 = Double.parseDouble( output.getText() );
          clear = true;
          //output.setText( "" );
        //eq action
        else if( but.getText() == "=" )
          number2 = Double.parseDouble( output.getText() );
          if( operation == "+" )
            result = number1 + number2;
          else if( operation == "-" )
            result = number1 - number2;
          else if( operation == "*" )
            result = number1 * number2;
          else if( operation == "/" )
            result = number1 / number2;       
          //output result
          output.setText( String.valueOf( result ) );
          clear = true;
          operation = "";
        //default action
        else
          if( clear == true )
            output.setText( "" );
            clear = false;
          output.setText( output.getText() + but.getText() );
    }

    Multiple post:
    http://forum.java.sun.com/thread.jsp?forum=31&thread=474370&tstart=0&trange=30

  • Series calculation in baseoverride series

    Hi Guru,
    This might be a very basic question but still I need some explanation.
    I have item rolling up to product category in my hierarchy. I gave a base override of 100% at the product category for an Org and when I checked up the disaggregation at item level, I found that the % split is 62%, 18%, 18%. I was expecting 80%, 10% and 10% based on the baseline forecast quantities. Does anyone know how the split happens in these series.
    Thanks
    Ram

    Hi,
    Usually % cahnge to base series is a non proportional series. That means, if you enter % cahnge to base as 100% at the product category level, same 100% would appear as override at lower level say item level. If it's a proportional series like base override series, than demantra uses the internal logic ( Pl refer the UG) to determine how much should be proportioned to the child levels.
    Hope this helps
    Thanks
    Praveena Dasalakunte

  • HP 35s Scientific Calculator User Manual

    Dear, HP Customer Support team I am the owner of one of your products HP 35S calculator (Serial number CNA229006J). After I bought it it was delivered with CD with manuals (all electronic). Due to nature of my job (drilling engineer) its not always convinient to use CD to read manual (for referrence)  to perfrom  certain type of calculations. My question is do you provide a hard copy (book type) manual?  I visited one of  the  HP calculator users forum and some users said that you provide hard copy manual for free if the product name and serial number provided. Could you tell me please is it possible.
    Many thanks,
    Ruzbeh

    At one time HP would send a printed manual if you called the calculator support, but I am not sure this is still the case
    (see http://www.hpmuseum.org/cgi-sys/cgiwrap/hpmuseum/archv019.cgi?read=174521 )
    However, it would be worth a try to call calculator support, you never know.
    You could also just print the chapters you most frequently need, saving unnecessary printing of the parts that are not relevant to you.
    Note: I do not work for HP, I just like playing with calculators :-)

  • WeChat 2.0 now available for Asha & other Series 4...

    A quick heads up that an updated version of the popular IM app WeChat is now available for Nokia Asha & other Series 40 phones. This version includes usability improvements for Full Touch phones and support for several new phone models. You can download the application from Nokia Store: 
    Nokia Asha & Series 40 phones: http://store.ovi.com/content/366518
    http://wechat.com/en/S40_2_0.html 
    Release Date: 2013-10-18
    Release Version: WeChat 2.0 for S40. Download now
    Supported Devices:
    Nokia Asha 207/208/300/302/303/305/306/307/308/309/310/311/515
    Nokia X3-02/C3-00/C3-01/X2-01/X2-00
    WeChat is the complete mobile communication and social networking app. Free, cross-platform, and full-featured, WeChat is the best way to keep in touch with everyone you care about.
    What's New in version 2.0:
    1.Added support for the following new models: C3-00/X2-01/X2-00/207/208/300/302/515
    2.Optimized user interface for Touch-and-Type models, adding multiple tabs and a long press menu
    3.Shake to find new friends enabled in Full-Touch model
    Note: WeChat is also available for Asha 501 & other Asha Software Platform phones from this link: http://store.ovi.com/content/382323
    http://www.microsoft.com/en/mobile/nokia-x-updates/
    http://www.microsoft.com/en/mobile/nokia-x2-update/
    http://www.microsoft.com/en/mobile/asha-software-update/
    http://www.microsoft.com/en/mobile/support/software-update/wp8-software-update/
    http://www.developer.nokia.com/Community/Wiki/Nokia_firmware_change_logs
    https://twitter.com/LumiaSWUpdates

    wechat version 2.0 is not for asha 501??? (((   when update for asha 501 will coming???

  • Didn't you guys say calculator would turn into a scientific one if tilted?

    Or did I read you wrong? Is this only for upgraded to 2.1 or for new iPhones?

    Works OK on mine (running 2.0.1). When held vertical you get a simple calculator and when turned on it's side it changes to a scientific calculator.

Maybe you are looking for