maths
Here are 949 public repositories matching this topic...
-
Updated
May 14, 2022 - OCaml
-
Updated
Jan 26, 2021 - Python
-
Updated
Jan 6, 2020 - Jupyter Notebook
-
Updated
May 13, 2022 - TypeScript
-
Updated
Apr 12, 2022 - JavaScript
-
Updated
Apr 25, 2022 - C++
-
Updated
May 14, 2022 - Julia
-
Updated
Aug 9, 2017 - Java
-
Updated
May 8, 2022 - C++
-
Updated
Mar 14, 2022 - C++
-
Updated
Aug 16, 2017 - JavaScript
-
Updated
May 12, 2022 - Julia
-
Updated
Jan 9, 2022 - Python
-
Updated
Oct 5, 2021 - C++
Variables such as epsilon, both masses and both length rather than them being equal to mass and length respectively,
Would allow more functionality for chaos effects without code editing.
-
Updated
Jan 24, 2021
-
Updated
Sep 5, 2021 - C++
-
Updated
Aug 10, 2018
-
Updated
Dec 17, 2019 - JavaScript
-
Updated
Jan 16, 2022 - C#
-
Updated
Jan 30, 2019 - JavaScript
I have 10 bit input data like this
const double inputs[110][8] = {
{540,131,48,3,0,0,0,0},
{624,167,63,15,0,0,0,0},
{736,224,96,31,0,0,0,0},...
but after learning output is the same for exemple
0.8215888
0.8215888
0.8215888
...
after i divide for 1024 i have data like this
const double inputs[110][8] = {
{0.52734375,0.1279296875,0.046875,0.0029296875,0,0,0,0},
{0.609375,0.1630859375,
-
Updated
Jul 7, 2020 - Common Lisp
-
Updated
Apr 3, 2022 - TeX
Improve this page
Add a description, image, and links to the maths topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the maths topic, visit your repo's landing page and select "manage topics."
IEEE 754 recommends (but does not require) a
compound
function, which is in the process of being standardized for C and C++; we should expose it in swift-numerics. The simplest, most literal translation of the operation into Swift would be: