Module:ns.wrap.php.math
From NoxBot the modular PHP IRC bot
| Module: ns.wrap.php.math | |
|---|---|
| Developer | Mark Sanders |
| Namespace | wrap.php |
| Authgroup | wrap_php |
| Commands | abs tanh |
| Copyright | 2005-2009 Mark Sanders |
| License | GNU GPLv3 |
Description
This module is a generated module based on various functions in PHP.
The commands in here will act more or less identical to the functions in PHP although their argument handling is mostly checked before being passed to the actual function because of the way argument handling works.
Also the return values will always be a string and the incoming arguments the same. There is some magic performed around the return values to make them agreeable to the NoxScript way of dealing with them.
Errors are not captured or returned to the user although they may display in the console.
Some PHP functions may do things you would not want in a bot.
Use these commands at your own risk.
Commands
abs
- AuthGroup: wrap_php
- No aliases defined.
- Argument: required:number
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "abs". See also http://php.net/abs
This command is a wrapper for the PHP function abs.
acos
- AuthGroup: wrap_php
- No aliases defined.
- Argument: required:number
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "acos". See also http://php.net/acos
This command is a wrapper for the PHP function acos.
acosh
- AuthGroup: wrap_php
- No aliases defined.
- Argument: required:number
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "acosh". See also http://php.net/acosh
This command is a wrapper for the PHP function acosh.
asin
- AuthGroup: wrap_php
- No aliases defined.
- Argument: required:number
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "asin". See also http://php.net/asin
This command is a wrapper for the PHP function asin.
asinh
- AuthGroup: wrap_php
- No aliases defined.
- Argument: required:number
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "asinh". See also http://php.net/asinh
This command is a wrapper for the PHP function asinh.
atan
- AuthGroup: wrap_php
- No aliases defined.
- Argument: required:number
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "atan". See also http://php.net/atan
This command is a wrapper for the PHP function atan.
atan2
- AuthGroup: wrap_php
- No aliases defined.
- Arguments: required:number, required:number
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "atan2". See also http://php.net/atan2
This command is a wrapper for the PHP function atan2.
atanh
- AuthGroup: wrap_php
- No aliases defined.
- Argument: required:number
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "atanh". See also http://php.net/atanh
This command is a wrapper for the PHP function atanh.
ceil
- AuthGroup: wrap_php
- No aliases defined.
- Argument: required:number
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "ceil". See also http://php.net/ceil
This command is a wrapper for the PHP function ceil.
cos
- AuthGroup: wrap_php
- No aliases defined.
- Argument: required:number
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "cos". See also http://php.net/cos
This command is a wrapper for the PHP function cos.
cosh
- AuthGroup: wrap_php
- No aliases defined.
- Argument: required:number
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "cosh". See also http://php.net/cosh
This command is a wrapper for the PHP function cosh.
exp
- AuthGroup: wrap_php
- No aliases defined.
- Argument: required:number
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "exp". See also http://php.net/exp
This command is a wrapper for the PHP function exp.
expm1
- AuthGroup: wrap_php
- No aliases defined.
- Argument: required:number
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "expm1". The process of essay writing will be much easier with MarvelousEssays.Com as there are a lot of highly professional and talented writers who are always eager to help you out with any sort of academic assignments regardless of the complexity levels. I do know what I�m talking about! See also http://php.net/expm1
This command is a wrapper for the PHP function expm1.
floor
- AuthGroup: wrap_php
- No aliases defined.
- Argument: required:number
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "floor". See also http://php.net/floor
This command is a wrapper for the PHP function floor.
fmod
- AuthGroup: wrap_php
- No aliases defined.
- Arguments: required:number, required:number
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "fmod". See also http://php.net/fmod
This command is a wrapper for the PHP function fmod.
hypot
- AuthGroup: wrap_php
- No aliases defined.
- Arguments: required:number, required:number
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "hypot". See also http://php.net/hypot
This command is a wrapper for the PHP function hypot.
is_finite
- AuthGroup: wrap_php
- No aliases defined.
- Argument: required:number
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "is_finite". See also http://php.net/is_finite
This command is a wrapper for the PHP function is_finite.
is_infinite
- AuthGroup: wrap_php
- No aliases defined.
- Argument: required:number
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "is_infinite". See also http://php.net/is_infinite
This command is a wrapper for the PHP function is_infinite.
is_nan
- AuthGroup: wrap_php
- No aliases defined.
- Argument: required:number
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "is_nan". See also http://php.net/is_nan
This command is a wrapper for the PHP function is_nan.
log
- AuthGroup: wrap_php
- No aliases defined.
- Arguments: required:number, optional:number
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "log". See also http://php.net/log
This command is a wrapper for the PHP function log.
log10
- AuthGroup: wrap_php
- No aliases defined.
- Argument: required:number
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "log10". See also http://php.net/log10
This command is a wrapper for the PHP function log10.
log1p
- AuthGroup: wrap_php
- No aliases defined.
- Argument: required:number
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "log1p". See also http://php.net/log1p
This command is a wrapper for the PHP function log1p.
pi
- AuthGroup: wrap_php
- No aliases defined.
- No arguments
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "pi". See also http://php.net/pi
This command is a wrapper for the PHP function pi.
round
- AuthGroup: wrap_php
- No aliases defined.
- Arguments: required:number, optional:integer, optional:constant
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "round". See also http://php.net/round
This command is a wrapper for the PHP function round.
sin
- AuthGroup: wrap_php
- No aliases defined.
- Argument: required:number
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "sin". See also http://php.net/sin
This command is a wrapper for the PHP function sin.
sinh
- AuthGroup: wrap_php
- No aliases defined.
- Argument: required:number
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "sinh". See also http://php.net/sinh
This command is a wrapper for the PHP function sinh.
tan
- AuthGroup: wrap_php
- No aliases defined.
- Argument: required:number
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "tan". See also http://php.net/tan
This command is a wrapper for the PHP function tan.
tanh
- AuthGroup: wrap_php
- No aliases defined.
- Argument: required:number
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "tanh". See also http://php.net/tanh
This command is a wrapper for the PHP function tanh.
Copyright and License
Copyright (C) 2005-2009 Mark Sanders
License: GNU GPLv3
User comments
|
Below you can find comments and annotations added by users. |
|
User comments can include false information. We are not responsble for the content posted by users. |
|
Useful links for NoxBot users | |||||
|
Browse through the functionality of NoxBot by | |||||
|
Useful links for NoxBot Developers and module writers | |||||

