mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-08-02 07:07:46 +00:00
Update math_functions.nu
This commit is contained in:
parent
f535b4cc10
commit
ee5b1b654b
1 changed files with 5 additions and 0 deletions
|
@ -16,3 +16,8 @@ def root [ denominator: number, num: number ] {
|
||||||
def aroot [ scaler: number, denominator: number, num: number ] {
|
def aroot [ scaler: number, denominator: number, num: number ] {
|
||||||
$num ** ($scaler / $denominator) | math round
|
$num ** ($scaler / $denominator) | math round
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#TODO:
|
||||||
|
# -sin, cos, tan table for 0-90 degrees
|
||||||
|
# -radians to degrees and reversed
|
||||||
|
# -sin, cos, tan, ctg, sec, cosec functions
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue