Coder Social home page Coder Social logo

calculadora-cientifica's Introduction

Calculadora cientifica

Calculadora cientifica desarrollada en HTML, CSS y JAVASCRIPT

En el siguiente glosario se encuentran las funciones que se utilizaran para darle funcionalidad a ciertos botones, al lado de cada funcion se encuentra su correspondiente signo o texto.

Nombre de las funciones:

  • clearMemory(); // MC
  • readMemory(); // MR
  • addToMemory(); // M+
  • subtractFromMemory(); // M-
  • saveToMemory(); // MS
  • square(); // x^2
  • nthTenPower(); // 10^x
  • writeMathFunction('sin('); // sin
  • writeMathFunction('cos('); // cos
  • writeMathFunction('tan('); // tan
  • writeMathFunction('sqrt('); // sqrt
  • writeMathFunction('log('); // log
  • writeMathFunction('ln('); // ln
  • writeMathFunction('e'); // e
  • writeMathFunction('PI'); // PI
  • cube(); // x^3
  • inverseNumber(); // x^-1
  • clearDisplay(); // CE
  • eraseLastInput(); // Del
  • writeOperatorToDisplay('/'); // '/'
  • writeOperatorToDisplay('*'); // x
  • writeOperatorToDisplay('-'); // -
  • writeOperatorToDisplay('+'); // +
  • writeOperatorToDisplay('('); // (
  • writeOperatorToDisplay(')'); // )
  • writeToDisplay('.'); // .
  • writeToDisplay('0'); // Numero 0
  • writeToDisplay('1'); // Numero 1
  • writeToDisplay('2'); // Numero 2
  • writeToDisplay('3'); // Numero 3
  • writeToDisplay('4'); // Numero 4
  • writeToDisplay('5'); // Numero 5
  • writeToDisplay('6'); // Numero 6
  • writeToDisplay('7'); // Numero 7
  • writeToDisplay('8'); // Numero 8
  • writeToDisplay('9'); // Numero 9
  • calculateFactorial(); // n!
  • toggleSign(); // (-)
  • solveOperation(); // =

Objeto = calculadora

Nombre de clases:

Las siguientes clases representan la extructura visual de la calculadora y pueden usarlas segun sus nombres, los nombres representan tal cual su funcion en los estilos.

  • .displaytable {}
  • .displaytable-cell {}
  • .button {}
  • .blackbutton {}
  • .greenbutton {}
  • .greybutton {}
  • .bluebutton {}
  • .redbutton {}

Desarrollado por Oscar Garces, Didier Junco, Luis Avendaño. 😊

calculadora-cientifica's People

Contributors

soyvillareal avatar lu9999-lu avatar

Stargazers

Andre  avatar JOSE OSVALDO N BEZERRA avatar João Pedro avatar Johan Rojas avatar Alexander Ignot avatar  avatar Antonio Garibay avatar danied1405 avatar

Watchers

 avatar danied1405 avatar

calculadora-cientifica's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.