docs
docs copied to clipboard
Codecademy Docs is a collection of information for all things code. 📕
### Reason/inspiration (optional) Under `java/concepts/math-methods/terms/`, create a new term entry for the `Math.incrementExact()` Java method. - In the `terms/` folder, make a new folder called `increment-exact` - Inside the `increment-exact`...
### Reason/inspiration (optional) Under `java/concepts/math-methods/terms/`, create new term entries for the following methods: - `Math.log()` - `Math.log10()` - `Math.log1p()` - In the `terms/` folder, make a new folder for each...
### Reason/inspiration (optional) Under `java/concepts/math-methods/terms/`, create a new term entry for the `Math.max()` and `Math.min()` Java methods. - In the `terms/` folder, make new folders called `max` and `min`. -...
### Reason/inspiration (optional) Under `java/concepts/math-methods/terms/`, create a new term entry for the `Math.multiplyExact()` Java methods. - In the `terms/` folder, make a new folder called `multiply-exact` - Inside the `multiply-exact`...
### Reason/inspiration (optional) Under `java/concepts/math-methods/terms/`, create a new term entry for the `Math.negateExact()` Java method. - In the `terms/` folder, make a new folder called `negate-exact` - Inside the `negate-exact`...
### Reason/inspiration (optional) Under `java/concepts/math-methods/terms/`, create a new term entry for the `Math.nextAfter()` Java method. - In the `terms/` folder, make a new folder called `next-after` - Inside the `next-after`...
### Reason/inspiration (optional) Under `java/concepts/math-methods/terms/`, create a new term entry for the `Math.nextDown()` Java method. - In the `terms/` folder, make a new folder called `next-down` - Inside the `next-down`...
### Reason/inspiration (optional) Under `java/concepts/math-methods/terms/`, create a new term entry for the `Math.nextUp()` Java method. - In the `terms/` folder, make a new folder called `next-up` - Inside the `next-up`...
### Reason/inspiration (optional) Under `java/concepts/math-methods/terms/`, create a new term entry for the `Math.scalb()` Java method. - In the `terms/` folder, make a new folder called `scalb` - Inside the `scalb`...
### Reason/inspiration (optional) Under `java/concepts/math-methods/terms/`, create a new term entry for the `Math.signum()` Java method. - In the `terms/` folder, make a new folder called `signum` - Inside the `signum`...