Skip to content

Commit

Permalink
remove (for now) docs for ops not in JVM.
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Oct 2, 2013
1 parent 69c6085 commit b4c094e
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions docs/ops.markdown
Expand Up @@ -80,19 +80,16 @@ Subtract $r from $l, returning the result.

## ceil
* `ceil_n(num $n)`
* `ceil_I(Any $n)`

Return the ceiling of a number.

## exp
* `exp_n(num $exponent)`
* `exp_I(Any $exponent)`

Return the value of `e` raised to $exponent;

## floor
* `floor_n(num $n)`
* `floor_I(Any $n)`

Return the floor of a number.

Expand All @@ -102,20 +99,18 @@ Return the floor of a number.
Return infinity.

## isnanorinf
* `isnanorinf_n(num $n)`
* `isnanorinf(num $n)`

Return truth value indicating if this number represents any of the special
values, postive infinity, negative infinity, or NaN.

## log
* `log_n(num $n)`
* `log_I(Any $n)`

Return the log base 10 of a number.

## ln
* `ln_n(num $n)`
* `ln_I(Any $n)`

Return the natural logarithm of a number.

Expand All @@ -137,7 +132,6 @@ Return the value of $base raised to $exponent;

## sqrt
* `sqrt_n(num $l, num $r)`
* `sqrt_I(Any $l, Any $r)`

# Trigonometric Opcodes

Expand Down

0 comments on commit b4c094e

Please sign in to comment.