cbrt
There are 18 repositories under cbrt topic.
kaymal/tcmb-py
Python API client to for Central Bank of the Republic of Türkiye (TCMB - CBRT) web service.
SermetPekin/evdspy-repo
Python interface to make requests from EVDS API Server. Fast, efficient and user friendly solution. Caches results to avoid redundant requests. Creates excel files reading configuration text file that can be easily created from the menu or console. Provides visual menu to the user. It is extendable and importable for user's own python projects.
nodef/extra-bigint
A BigInt can represent whole numbers larger than 2⁵³ - 1.
stdlib-js/math-base-special-cbrt
Compute the cube root of a double-precision floating-point number.
stdlib-js/math-base-special-cbrtf
Compute the cube root of a single-precision floating-point number.
stdlib-js/math-iter-special-cbrt
Create an iterator which computes the cube root of each iterated value.
stdlib-js/math-strided-special-cbrt
Compute the cube root of each element in a strided array.
stdlib-js/math-strided-special-dcbrt
Compute the cube root of each element in a double-precision floating-point strided array.
stdlib-js/math-strided-special-dmskcbrt
Compute the cube root for each element in a double-precision floating-point strided array according to a strided mask array.
stdlib-js/math-strided-special-scbrt
Compute the cube root of each element in a single-precision floating-point strided array.
stdlib-js/math-strided-special-smskcbrt
Compute the cube root for each element in a single-precision floating-point strided array according to a strided mask array.
asari555/tcmb_evds_c
A C library for reaching the database of The Central Bank of The Republic of Turkey.
firatlogoglu/TCMB_Doviz_Kuru
Central Bank of the Republic of Turkey - Foreign Exchange Rate
maurolacy/integer-cbrt-rs
Integer cube root algorithm implemented for Rust integer primitives
SermetPekin/evdschat
evdschat is an open-source Python package designed to enhance the evdspy package by allowing users to interact with the evdschat Application. This Node.js project aims to provide the most specific and accurate data users request during conversations, based on arguments such as start date, end date, and aggregation type, as described in the evdspy.
asari555/tcmb_evds
A Rust crate for reaching the database of The Central Bank of The Republic of Turkey.
Nanda-93/JS-Loop-And-Math-method
JS Loop and Math function
PoCc001/Open-Roots
Open-Source implementation of roots (2nd, 3rd etc.) for Java, C/C++ (double/float datatype) and x86-64 Assembly (SSE4.1/AVX2)