Skip to content

abhimanyu003/qubit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qubit

Website

qubit

Example

Visit Website to try

2 + 2

sin( 90 ) + cos ( 120 )
sqrt(144) + 12
ceil ( 12.12 ) + 22
floor( 12.12) + 22

25 % of 100
25 % on 100

// Conversions
1024 kb to mb
22 kg to g

Operations

  • add
  • subtract
  • multiply
  • divide
  • power
  • modulus
  • rightShift
  • leftShift
  • percentOf
  • percentOn
  • sin
  • cos
  • tan
  • sqrt
  • cbrt
  • round
  • ceil
  • floor

Supported Conversions

  • Angle
  • Area
  • Digital Information
  • Length
  • Mass
  • Speed
  • Time
  • Temperature