mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-24 04:54:21 +08:00
Fix some typos (#3038)
This commit is contained in:
@ -28,7 +28,7 @@ package com.thealgorithms.maths;
|
||||
* following Java Program calculates the direction ratios of the cross products
|
||||
* of two vector. The program uses a function, cross() for doing so. The
|
||||
* direction ratios for the first and the second vector has to be passed one by
|
||||
* one seperated by a space character.
|
||||
* one separated by a space character.
|
||||
*
|
||||
* Magnitude of a vector is the square root of the sum of the squares of the
|
||||
* direction ratios.
|
||||
|
Reference in New Issue
Block a user