12-17-2019 09:58 AM
12-17-2019 10:51 AM
@ben64 wrote:
Note: Where did the "quote" button went?
It now has the quote symbol on it. " Right after bullet list, and numbered list.
12-17-2019 11:24 AM
@RavensFan wrote:
@ben64 wrote:
Note: Where did the "quote" button went?
It now has the quote symbol on it. " Right after bullet list, and numbered list.
But it's missing on mobile 😞
12-17-2019 11:36 AM - edited 12-17-2019 11:37 AM
12-18-2019 07:38 AM
@ben64 wrote:
It is a very elegant use of the complex math function but how can it be scaled for n > 2 dimension vector space? Using the Dot Products function ( and modifying the points generation FOR loop) the following code is valid for any n >= 2 value.
Cosine rule?
I'm not sure if it's easier though. Probably a bit faster, although you never know until you benchmark.
12-18-2019 11:33 AM
wiebe@CARYA wrote:
Cosine rule?
Yes, that's basically a cleaner version of this old code above..