Why Nostr? What is Njump?
2023-02-09 11:02:05
in reply to

dave on Nostr: float triangleArea(float a, float b, float c){ float s, area; s = (a + b + c) / 2; ...

float triangleArea(float a, float b, float c){
float s, area;
s = (a + b + c) / 2;
area = sqrt(s * (s - a) * (s - b) * (s - c));
return area;
}
Author Public Key
npub1tsgw6pncspg4d5u778hk63s3pls70evs4czfsmx0fzap9xwt203qtkhtk4