Skip to content

Log function and documentation revamp #18970

Closed
@rwst

Description

@rwst

From https://groups.google.com/forum/?hl=en#!topic/sage-devel/hwm-7V8S3hE

sage: log(int(8),2)
log(8)/log(2)
sage: log(8,int(2))
log(8)/log(2)
sage: log(8,2)
3

Also:
sage: log(1/8,2)
log(1/8)/log(2)
sage: ((-1)^(-I*log(3)/pi)).n()
3.00000000000000
sage: log(3,-1)
...
ValueError: m must be positive

Depends on #21623
Depends on #21517
Depends on #21518

Component: symbolics

Author: Ralf Stephan

Branch/Commit: b0486c8

Reviewer: Travis Scrimshaw

Issue created by migration from https://trac.sagemath.org/ticket/18970

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions