Functions Index :: L

[<< packages]
NameDescription PackageModule

Line

Returns the y-value of x so that the point (x,y) lies on a line defined by its slope and intercept...

numeric

curves2d

Line1pt

Returns the y-value of x so that the point (x,y) lies on a line defined by its slope and a given point (x1,y1)...

numeric

curves2d

Line2pt

Returns the y-value of x so that the point (x,y) lies on a line defined by two given points (x1,y1) and (x2,y2)...

numeric

curves2d

LineAnim

Animates a clip between a start and an end frame while in parallel it overlays it on a base ...

filters

animate

LoadLibrary

Loads the specified library making its entire code and global data available to scripts.

In coopearion with DefinePackage and DefineModule ensures that library components are loaded just once...

--

loader

LoadModule

Loads the specified module making its code and global data available to scripts.

In coopearion with DefineModule ensures that the module is loaded just once...

--

loader

LoadPackage

Loads the specified package making its code and global data available to scripts.

In coopearion with DefinePackage ensures that the package is loaded just once...

--

loader

Log10

Returns the base-10 logarithm of x (ie Log10(x))...

numeric

functions

LogBs

Returns the base-base logarithm of x (ie logbase(x)). The base argument can take any allowed real value...

numeric

functions

 

[<< top]