-
**Problem Statement**
Making more intuitive for the user to deal with complex calculation
**Evidence or User Insights**
Because scientific calculator isn't meant for simple calculations.
**Pro…
-
Thank you so much for sharing your maths code, it is brilliant, I have been using it for the past week to help with maths. I have a Raspberry Pi, and OLED screen and some number buttons, I am thinkin…
-
```
import great_circle_calculator.great_circle_calculator as gcc
p1 = (5, 45)
p2 = (-175, -45.0)
print(gcc.distance_between_points(p1, p2))
```
When running this simple code I get a ValueEr…
-
Use case:
Calculate multiple durations together in hours:minutes[:seconds] format and get a result in hours:minutes:seconds using standard math functions - mainly addition / subtraction / divide…
-
But here is it multiplicative. Reason and experimentation suggests the formula for the Nth time is:
```
delay wait = interval Seconds * (backoff rate) ^ (attempt - 1)
```
![image](https://user-i…
-
Hello,
Do you think the Ruuvi acceleration sensors could be used to provide attitude (yaw, pitch, roll) informations to signalk ?
-
I have already used functional components instead of class components. So, I think there is no need for refactoring.
https://github.com/MAleemH/Math-Magicians/blob/779168bd1c0503bdb288195782b317dd3…
-
I'm writing SPRT calculator and I'm confused by the sprt math.
I wrote up the three methods I know in this [gist](https://gist.github.com/sethtroisi/b1be942f4b918a20dd5388b6d06fbbdc)
LLF = my opti…
-
/system:
Answer the following questions as best you can. You have access to the following tools:
Calculator: 如果是关于数学计算的问题,请使用它
Search: 如果我想知道天气,请使用它
Use the following format:
Question: th…
-
I tried to make span height limited so that the content is now scrollable. This works well but I got a problem that when there is a lot of content I need to scroll each time vertically to read the con…
ghost updated
5 years ago