Twise Random

A site about computer science .
Skip to content
  • apple
  • android
  • c
  • cpp
  • data structure and algorithms
  • macos
  • python
  • tutorials

Tag: floating point

What is a float , double , long double and a floating point literal in C ?

Posted on December 14, 2020February 25, 2021 by mohamad wael

 

What is float , double , long double ?

To store numbers in a computer , an algorithm must be used . The C standard does not specify the algorithm , or the encoding to be used , for … Read More

c floating point, literal, tutorial

What is a floating point number ?

Posted on December 11, 2020December 20, 2020 by mohamad wael

 
A number , can be thought of as a projection , used for example for measuring , be it time or distance , or for countig . A number is a discrete way of measuring , discrete as in … Read More

data structure and algorithms c, floating point, overflow, underflow