Oil and gas storage and transportation network

  Retrieve password
  Register Now

 QQ login

QQ quick login

Start quickly in one step

 Pdms training&project Digital 360 network
Online scientific calculator
complex
system
upper
screen
π
DRG
eliminate
help
sin(x)
cos(x)
tan(x)
cot(x)
sec(x)
csc(x)
arcsin
arccos
arctan
∑x
∑(xyz)
x!
ten x
e x
x y
x two
x three
1/x
lg(x)
ln(x)
log y (x)
two √ ̄
three √ ̄
x%
Full/Half
,
seven
eight
nine
four
five
six
one
two
three
zero
.
+/-
(
)
*
/
+
-
=
Calculation history
Function List
skin peeler
Keyboard association
Software Introduction
Copyright Information
meter
count
calendar
history
Close
letter
number
column
surface
Close
name
Input format
give an example
trigonometric function
sine
sinx
sin(x)
sin3.1→sin(3.1)
cosine
cosx
cos(x)
cos3.1→cos(3.1)
tangent
tanx
tan(x)
tan3.1→tan(3.1)
Cotangent
cotx
cot(x)
cot3.1→cot(3.1)
Secant
secx
sec(x)
sec3.1→sec(3.1)
Cosecant
cscx
csc(x)
csc3.1→csc(3.1)
back
sine
arc
sinx
arc
sin(x)
arcsin3.1→
arcsin(3.1)
back
cosine
arc
cosx
arc
cos(x)
arccos3.1→
arccos(3.1)
back
tangent
arc
tanx
arc
tan(x)
arctan3.1→
arctan(3.1)
index
e x
exp(x)
e three point one →exp(3.1)
ten x
dec(x)
ten three point one →dec(3.1)
x y
pow(x,y)
three one point four →pow(3,1.4)
logarithm
often
logarithm
log ten x
lg(x)
lg3.1→lg(3.1)
natural
logarithm
lnx
ln(x)
ln3.1→ln(3.1)
arbitrarily
logarithm
log y x
log(x,y)
log two 3→log(3,2)
Power square
square
x two
sq(x)
three point one two →sq(3.1)
square
root
two √x
sqrt(x)
two √3.1→sqrt(3.1)
Three times
square
x three
cb(x)
three point one three →cb(3.1)
Three times
root
three √x
cbrt(x)
three √3.1→cbrt(3.1)
other
reciprocal
1/x
rec(x)
1/3.1→rec(3.1)
x
accumulation
1+…
+x
sum(x)
1+…+9→sum(9)
X to y
accumulation
x+…
+y(z)
sum(x,y,z)
6+...+45 (2 is the step size)
→sum(6,45,2)
Factorial
x!
x! Or (x)!
14! →14!
(2+14)! →(2+14)!
Percent
x%
X% or (x)%
3.1%→3.1%
(3+5)%→(3+5)%
change


skin
Close
 Black classic skin
Black Classic   Click here to use
 Spring skin
spring is in the air   Click here to use
 Blue sky skin
Blue sky   Click here to use
 Orange Love Skin
Orange Love   Click here to use
 Fresh and simple skin
Fresh and simple   Click here to use
key
disc
shut
Link
Close
Enter key or equal sign key Associated "=" button
Spacebar Associate the Clear button
Backspace key Associated "←" button
Direction key Associate Shift Left button
Direction key Associate the Move Right button
Direction key Associate the "Move to Front" button
Direction key Associate the "Move Last" button
Delete key Delete subsequent characters

You can directly use the keyboard to enter operators, numbers, functions, etc. into the calculator input box. The details are as follows (Note: the calculator input box is equivalent to a txt, case insensitive, and Chinese and English symbols insensitive)
number (0-9) Can be entered directly with keyboard
Operational symbol (+- */) can be entered directly with the keyboard
brackets Can be entered directly with keyboard
function (including letters, brackets and commas) can be entered directly by keyboard
decimal point Period input available from keyboard
Order multiplication sign The "!" input of the keyboard is available
Percent sign Available keyboard "%" input
soft
piece
simple
Intermediate
Close
◎  Original intention of production
One day, I need to calculate something, but I don't often bring a calculator with me, so I look for an electronic calculator on the computer. However, the computer's built-in calculator is too poor and inconvenient to use, and I searched online for more than half a day. As a result, the online calculators on the Internet are almost the same, and I still can't have a good experience. So I decided to start from scratch and start to write a convenient, practical and multi-functional online calculator. From beginning to end, it took about 204 nights of hard work to finally complete this calculator, which is called "full function super scientific calculator V1.0"

◎  technical support
This software is composed of more than ten core technologies in three languages.
1. The programming languages used are:
Div+css Javascript
2. The core technologies are:
① Any change of input position:
The user can quickly change the input position by clicking the mouse or using the "shift button" or using the "left, right, up and down direction keys" on the keyboard;
② The efficiency is greatly improved by integrating keyboard input:
The input box of the calculator is equivalent to a txt. The user can directly use the keyboard to complete all input operations in the calculation process, including the input of numbers, operators, functions, etc;
③ The function input mode is adjustable:
The function input mode is divided into two types to cater to different user preferences. One is the default full closed bracket mode, and the other is the semi closed bracket mode;
④ Keyboard association, convenient for users:
See "Keyboard Association" for specific association settings;
⑤ Powerful history function:
In fact, it is a combination of three functions. First, users can click the "Calculation History" button to view the calculation history; Second, click the calculation history record number (at the top of each record, numbered numerically) to make the record appear on the screen (that is, the calculation history is written into the input box); Third, the user can click the "Previous/Next Calculation" button to quickly view the previous or next calculation history;
⑥ Error correction and fault tolerance:
For example, the software will automatically delete redundant spaces, correct Chinese punctuation to English punctuation, correct "×" to "*", and correct "÷" to "/", regardless of case;
⑦ Keep the last continuous operator:
For example, if "×/" is entered, the software will correct it to "/"; If you enter "//", the software will correct it to "/";
⑧ Skin changing function:
The software presets four kinds of skin, including cold skin "black classic", "spring" and "blue sky" and warm skin "orange love";
⑨ Good compatibility and operability:
For example, you can copy the formula in other software (such as Word) to the software input box, and ensure that the format is correct, then you can calculate; You can copy or cut any part of the formula and put it anywhere else
⑩ Multiple memory functions:
The software provides four value memories (that is, only store values, no operation function) and four operation memories (including memory add/subtract/multiply/divide memory), with independent/joint operation switch set; independent operation means memory add/subtract/multiply/divide memory is independent of each other, and joint operation means that the four memories maintain data sharing; the mode defaults to independent operation;
help


help
Close
You are willing to spend a few minutes reading this help, because you want to use this software efficiently, and then you can quickly understand it
one How to use this software efficiently and quickly?
The "keyboard+mouse mode" is the most efficient, which is the recommended input mode. You can use the keyboard to directly input numbers, decimal points and operation symbols, and use the mouse to click the function of the software
two How to enter a formula? What are the input modes?
There are three input modes: "keyboard mode", "mouse mode" and "keyboard+mouse mode", which can complete all calculation input operations independently
three What is Keyboard Mode? How to enter in this mode? How to change the input position?
As the name implies, this is a mode of using the keyboard only. You can give up the mouse completely and use the keyboard to enter numbers, decimal points, addition, subtraction, multiplication and division, parentheses and functions (including function names, commas, etc.). To change the input position, use the left and right keys of the keyboard. To jump to the beginning or end, use the up and down keys of the keyboard.
Tip: "Keyboard Mode" provides rich keyboard association operations. Please see the "Keyboard Association" button of the software for details
four What is "mouse mode"? How to enter in this mode? How to change the input position?
You can use the mouse to click the button of the software to input. Click the Move Left and Move Right button to change the input position. Double click to jump to the beginning and end.
five What is the "keyboard+mouse mode"? How to enter in this mode? How to change the input position?
"Keyboard+mouse mode" is the recommended mode. "Keyboard mode" is convenient for inputting numbers, parentheses and other non functions, while "mouse mode" is convenient for inputting functions. You can combine the advantages of the two modes, that is, using the mixed input mode of keyboard and mouse. The recommended method is: only use the mouse to input functions, and use the keyboard to input others
six How to switch these three input modes?
Don't worry about this. The software is compatible with all modes by default, and there is no switching problem
seven How does the input position change?
Method 1: Click the mouse at the position you want to input
This method is always easy to use and works in all modes
Method 2: Click the left and right buttons of the software with the mouse
This method also works in all modes
Method 3: Use the left and right up and down keys of the keyboard
This method also works in all modes
eight How do I enter a function?
Method 1: Click different function buttons with the mouse
Method 2: Use the keyboard to enter functions in the format specified by the software
nine What should I pay attention to when entering functions with the keyboard?
Please be sure to use the format defined by the software to input functions. For the specific format, please check the "Function List" button or place the mouse on the button to view the prompt information
ten How are degrees/radians converted?
Click the "DRG" button with the mouse, and the status box displays the current angle status
eleven Is the input case sensitive?
It is not case sensitive, and the software will automatically correct uppercase letters to lowercase letters
eleven What happens when multiple operators are entered consecutively?
The software will automatically correct during your input process, leaving only the last operator
twelve What happens if I don't even enter the space?
It doesn't matter. The software will automatically clear all spaces
thirteen What does the "All/Half" button of the software do?
This button is only effective in "mouse mode". "Full/Half" is the abbreviation of "Full/Half Closed Brackets". Full Closed Brackets means that both the left and right brackets of a function appear, while Half Closed Brackets means that only the left bracket appears. The white square in the upper left corner of this button is used to indicate the current status. The whole white square indicates that the brackets are fully closed, and half of the white square indicates that the brackets are semi closed
fourteen How to view calculation history?
Click the "Calculation History" button, and the software will automatically record the history
fifteen How to use the formula in the calculation history?
Method 1 (proximity mode):
Click the up/next calculation button (indicated by the up/down arrows in the software) to easily use the calculation formula calculated up/next time
Method 2 (global mode):
Click the "Calculation History" button, click the number corresponding to the calculation history in the window, and the corresponding formula will enter the input box; You can also copy some formulas in the calculation history and paste them into the input box
sixteen What does the Copy button do?
Click the "Copy" button on the right side of the result box to copy the results into the Windows clipboard, so that you can paste the results to the desired place
seventeen What does the "Go To Screen" button do?
Click the "Up screen" button on the right side of the result box, and the calculation results will be written into the input box, so that you can use the calculation results just obtained for further calculation
eighteen Is the memory function of the software easy to use? What kinds are there?
It's very useful. Memory memory can be divided into two types, one is numerical memory (including M (1), M (2), M (3) and M (4)), and the other is operational memory (including memory add/subtract/multiply/divide memory)
Note: All memory stores the data in the input box. To save the data in the result box, first click the "Up screen" button to write the results into the input box
nineteen How can I use memory to store data? How to retrieve data?
Click the memory button (such as M (1) button) to save the data in the input box to the memory. To save the data in the result box, first click the "Previous screen" button to write the results into the input box. To retrieve data, click the value button below the memory
twenty How to clear the data of operation memory?
Click the second button "Reset button" below the operation memory
twenty-one What is independent/joint operation?
Independent operation means that the memory add/subtract/multiply/divide memory is independent of each other, and joint operation means that the four memories maintain data sharing; The default mode is independent operation; Click the button at the bottom of the memory module to change the mode
Recommended tools
Hot Tools
 Scan code to access mobile version

 QQ | About us | Site Map | Oil and gas storage and transportation network ( ICP11007657-3 )

GMT+8, 2024-6-14 16:01 , Processed in 0.020319 second(s), 5 queries , Gzip On, MemCached On.

Powered by Discuz! X3.5

Copyright © 2001-2023, Tencent Cloud.