ceil
There are 36 repositories under ceil topic.
krowinski/bcmath-extended
Extends php BCMath lib for missing functions like floor, ceil, round, abs, min, max, rand for big numbers. Also wraps existing BCMath functions.
arshadkazmi42/datetime-round
Round off datetime to fixed time interval
watchout254/Tins-needed-to-paint
User enters the measurements in metres and the program calculates for them no of tins needed to paint the house. 1 can = 7m squared.
nodef/extra-number
A number is a mathematical object used to count, measure, and label.
sirn-se/phrity-util-numerics
[php-lib] Utility library for numerics. Float versions of ceil(), floor() and rand() with precision. An open minded numeric parser, formatter, plus some additional functions.
stdlib-js/math-base-special-ceil10
Round a numeric value to the nearest power of 10 toward positive infinity.
stdlib-js/math-base-special-ceil2
Round a numeric value to the nearest power of two toward positive infinity.
stdlib-js/math-base-special-ceilf
Round a single-precision floating-point number toward positive infinity.
stdlib-js/math-base-special-ceiln
Round a numeric value to the nearest multiple of 10^n toward positive infinity.
stdlib-js/math-base-special-ceilsd
Round a numeric value to the nearest number toward positive infinity with N significant figures.
stdlib-js/math-base-special-cround
Round a complex number to the nearest integer.
stdlib-js/math-base-special-trunc10
Round a numeric value to the nearest power of 10 toward zero.
stdlib-js/math-base-special-trunc2
Round a numeric value to the nearest power of two toward zero.
stdlib-js/math-iter-special-ceil10
Create an iterator which rounds each iterated value to the nearest power of 10 toward positive infinity.
stdlib-js/math-strided-special-ceil
Round each element in a strided array toward positive infinity.
stdlib-js/math-strided-special-dceil
Round each element in a double-precision floating-point strided array toward positive infinity.
stdlib-js/math-strided-special-dmskceil
Round each element in a double-precision floating-point strided array toward positive infinity according to a strided mask array.
stdlib-js/math-strided-special-sceil
Round each element in a single-precision floating-point strided array toward positive infinity.
stdlib-js/math-strided-special-smskceil
Round each element in a single-precision floating-point strided array toward positive infinity according to a strided mask array.
nodef/extra-math
Mathematics is the classification and study of all possible patterns.
stdlib-js/math-base-special-cceil
Round a complex number toward positive infinity.
stdlib-js/math-base-special-cceilf
Round a single-precision complex floating-point number toward positive infinity.
stdlib-js/math-base-special-cceiln
Round a complex number to the nearest multiple of 10^n toward positive infinity.
stdlib-js/math-base-special-ceil
Round a double-precision floating-point number toward positive infinity.
stdlib-js/math-base-special-ceilb
Round a numeric value to the nearest multiple of b^n toward positive infinity.
stdlib-js/math-iter-special-ceil
Create an iterator which rounds each iterated value toward positive infinity.
stdlib-js/math-iter-special-ceil2
Create an iterator which rounds each iterated value to the nearest power of two toward positive infinity.
tonyzeng2016/wiseasy
the utility of wiseasy
Nanda-93/JS-Loop-And-Math-method
JS Loop and Math function
sarkar10-crypto/Bar-graph-visualizer
Bar-Graph-Visualizer
TCharts/fixed-ceil
Math.ceil with fixed, formats a number using fixed-point notation and returns a number.
ozgeahras/tenzies-game-react
Tenzies Game React
Protoss78/decimal-behavior
A decimal-behavior element that provides ceil, round, floor, format and decimalAdjustemnt methods. Decimal adjustment of a number implementation is taken from Mozilla Developer Network: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/round.
stdlib-js/math-base-special-croundf
Round each component of a single-precision complex floating-point number to the nearest integer.
writetome51/get-rounded-up-down
3 functions for rounding floats to integers